diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-03-04 00:14:05 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-03-04 00:14:59 +0200 |
commit | 5c64b9cefa767fe3b149c2ea4e360739bee75137 (patch) | |
tree | 68e807d1a6fe0c509d5067dbf676ba5369a53cfd | |
parent | gnome: Add mapping for gom to avoid in-tree ambiguity (diff) | |
download | gentoo-bumpchecker-5c64b9cefa767fe3b149c2ea4e360739bee75137.tar.gz gentoo-bumpchecker-5c64b9cefa767fe3b149c2ea4e360739bee75137.tar.bz2 gentoo-bumpchecker-5c64b9cefa767fe3b149c2ea4e360739bee75137.zip |
gnome: Remove unused simple_cache_module import
-rw-r--r-- | modules/gnome_module.py | 7 |
1 files 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() |