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:29:07 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-14 23:29:07 (GMT)
commit9b282ed164790e42e7402c814e39558716272dfc (patch)
treea10fee9b91faa532f0f8e6e16e4e4a3d2ef58bc2 /devbot
parent4ae986f1f3430d911ef8a86fcf239354ace7c35a (diff)
Don't die with autoupdate on ubuntu
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 fe25fa0..73891a2 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -70,7 +70,7 @@ class UbuntuPackageManager:
raise NotImplementedError
def update(self):
- raise NotImplementedError
+ pass
def find_with_deps(package_names):
raise NotImplementedError