Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
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