Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/plugins/gentoo.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/plugins/gentoo.py')
-rw-r--r--devbot/plugins/gentoo.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/devbot/plugins/gentoo.py b/devbot/plugins/gentoo.py
index a9c3509..3b0e5fb 100644
--- a/devbot/plugins/gentoo.py
+++ b/devbot/plugins/gentoo.py
@@ -81,10 +81,6 @@ class PackageManager(interfaces.PackageManager):
if dep not in result:
result.append(dep)
-
-
- pass
-
distro.register_package_manager("gentoo", PackageManager)
class DistroInfo(interfaces.DistroInfo):