From 6c8269fc130c66d4a450a004af4e120e074808ce Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 10 Jan 2012 11:07:12 +0100 Subject: pyflakes fixes --- aptsources/sourceslist.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'aptsources/sourceslist.py') 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 -- cgit v1.2.3