commit: 5c64b9cefa767fe3b149c2ea4e360739bee75137
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 3 22:14:05 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 22:14:59 2017 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-bumpchecker.git/commit/?id=5c64b9ce
gnome: Remove unused simple_cache_module import
modules/gnome_module.py | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/modules/gnome_module.py b/modules/gnome_module.py
index 41d5702..0edf973 100644
--- a/modules/gnome_module.py
+++ b/modules/gnome_module.py
@@ -2,14 +2,11 @@
# LICENSE - GPL2
# vim: set sts=4 sw=4 et tw=0 :
-# gnome module
-import urllib2, package_module, simple_cache_module
-import clioptions_module
-# import ftp_module
+import urllib2, package_module, clioptions_module
+DEBUG = False
-DEBUG = False
class GNOME:
def __init__(self, nextrev=False):
options = clioptions_module.Options()