diff options
Diffstat (limited to 'portato/backend/__init__.py')
-rw-r--r-- | portato/backend/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/portato/backend/__init__.py b/portato/backend/__init__.py index 1f62d6b..4a4144a 100644 --- a/portato/backend/__init__.py +++ b/portato/backend/__init__.py @@ -56,10 +56,6 @@ def load_system (): debug("Setting Portage System") from .portage import PortageSystem _sys = PortageSystem () - elif SYSTEM == "catapult": - debug("Setting Catapult System") - from .catapult import CatapultSystem - _sys = CatapultSystem() else: raise InvalidSystemError, SYSTEM |