From 47bd61ec9d0e471432f662ab223f1252febac455 Mon Sep 17 00:00:00 2001 From: Erik Price Date: Thu, 18 Apr 2013 03:16:11 +0000 Subject: Encode string before hashing to work with Python 3. --- (limited to 'devbot/plugins/gentoo.py') 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): -- cgit v0.9.1