From 9b282ed164790e42e7402c814e39558716272dfc Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 14 Nov 2012 23:29:07 +0000 Subject: Don't die with autoupdate on ubuntu --- (limited to 'devbot') 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 -- cgit v0.9.1