aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/state_impl/concrete_state.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-22 16:02:10 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-09 13:50:40 +0200
commit5f3818ac0ba89a9aa818ae03d76ba3692c2f98e2 (patch)
treea433b1165775dc59c05efc1fc3708099b96c7979 /src/hydrilla/proxy/state_impl/concrete_state.py
parent33606b647eec91128097ea4b5fb59834d1dd9943 (diff)
downloadhaketilo-hydrilla-5f3818ac0ba89a9aa818ae03d76ba3692c2f98e2.tar.gz
haketilo-hydrilla-5f3818ac0ba89a9aa818ae03d76ba3692c2f98e2.zip
re-enable the functionality to load packages from ZIP file
Diffstat (limited to 'src/hydrilla/proxy/state_impl/concrete_state.py')
-rw-r--r--src/hydrilla/proxy/state_impl/concrete_state.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hydrilla/proxy/state_impl/concrete_state.py b/src/hydrilla/proxy/state_impl/concrete_state.py
index 6a59a75..fb4e2ca 100644
--- a/src/hydrilla/proxy/state_impl/concrete_state.py
+++ b/src/hydrilla/proxy/state_impl/concrete_state.py
@@ -123,8 +123,6 @@ class ConcreteHaketiloState(base.HaketiloStateWithFields):
def import_packages(self, malcontent_path: Path) -> None:
with self.cursor(transaction=True) as cursor:
_operations.load_packages(cursor, malcontent_path, 1)
- raise NotImplementedError()
- _operations.prune_packages(cursor)
self.recompute_dependencies()