Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-14 23:49:15 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-14 23:49:15 (GMT)
commit3fcf0333ce5da515fe7296ad7ec8c9c60260408f (patch)
treebe8222d383e4cd519a0f91e8f27dfaa41a1f9427 /devbot
parentcf1f84022dc8ef5340b553008ababc69abe3fd4b (diff)
Missing self
Diffstat (limited to 'devbot')
-rw-r--r--devbot/distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/distro.py b/devbot/distro.py
index 73891a2..38210e5 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -72,7 +72,7 @@ class UbuntuPackageManager:
def update(self):
pass
- def find_with_deps(package_names):
+ def find_with_deps(self, package_names):
raise NotImplementedError
def get_package_manager():