From 5f3818ac0ba89a9aa818ae03d76ba3692c2f98e2 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 22 Aug 2022 16:02:10 +0200 Subject: re-enable the functionality to load packages from ZIP file --- src/hydrilla/proxy/state_impl/concrete_state.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/hydrilla/proxy/state_impl/concrete_state.py') 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() -- cgit v1.2.3