summaryrefslogtreecommitdiff
path: root/aptsources/sourceslist.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-01-10 11:07:12 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2012-01-10 11:07:12 +0100
commit6c8269fc130c66d4a450a004af4e120e074808ce (patch)
tree74636d5539386a998af5c35833574135e2ab00d0 /aptsources/sourceslist.py
parent1fc5fddddd6041eb17331d9943f7f489bd53314a (diff)
downloadpython-apt-6c8269fc130c66d4a450a004af4e120e074808ce.tar.gz
pyflakes fixes
Diffstat (limited to 'aptsources/sourceslist.py')
-rw-r--r--aptsources/sourceslist.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/aptsources/sourceslist.py b/aptsources/sourceslist.py
index e3b8c9be..03377258 100644
--- a/aptsources/sourceslist.py
+++ b/aptsources/sourceslist.py
@@ -28,13 +28,12 @@ import logging
import os.path
import re
import shutil
-import sys
import time
import apt_pkg
from distinfo import DistInfo
from apt.deprecation import function_deprecated_by
-from apt_pkg import gettext as _
+#from apt_pkg import gettext as _
# some global helpers