summaryrefslogtreecommitdiffstats
path: root/cnucnu/helper.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-12-08 21:03:28 +0200
committerTill Maas <opensource@till.name>2010-12-23 00:25:26 +0100
commit781399a698d22737c55284b48f6f54fa1f90ca15 (patch)
treef82187dcc776b53ba23f3a36993c4d6eff9d3e7b /cnucnu/helper.py
parentfeda0c9d4c720467fbf436d30a6ca2b3959ce08f (diff)
downloadcnucnu-781399a698d22737c55284b48f6f54fa1f90ca15.tar.gz
cnucnu-781399a698d22737c55284b48f6f54fa1f90ca15.tar.xz
cnucnu-781399a698d22737c55284b48f6f54fa1f90ca15.zip
Clean up unused imports.
Diffstat (limited to 'cnucnu/helper.py')
-rw-r--r--cnucnu/helper.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cnucnu/helper.py b/cnucnu/helper.py
index 05a719d..2e2f3dc 100644
--- a/cnucnu/helper.py
+++ b/cnucnu/helper.py
@@ -23,7 +23,7 @@
__docformat__ = "restructuredtext"
from twisted.web.client import getPage
-from twisted.internet import reactor
+#from twisted.internet import reactor
import pprint as pprint_module
pp = pprint_module.PrettyPrinter(indent=4)
@@ -108,7 +108,6 @@ def upstream_cmp(v1, v2):
:rtype: int
"""
- import rpm
v1, rc1 = split_rc(v1)
v2, rc2 = split_rc(v2)