diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-12-19 13:35:59 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-12-19 13:35:59 +0100 |
| commit | 375920c5172a5f60acba02b73c3b32ffbccc8ab2 (patch) | |
| tree | a1d1aff85af6453640168030c9b2c772f714689f /apt/progress | |
| parent | 10ec8cd5b5614606b3db9fdc3d6e248984048f0e (diff) | |
| download | python-apt-375920c5172a5f60acba02b73c3b32ffbccc8ab2.tar.gz | |
pyflakes cleanup, use apt_pkg.gettext in aptsources too
Diffstat (limited to 'apt/progress')
| -rw-r--r-- | apt/progress/gtk2.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt/progress/gtk2.py b/apt/progress/gtk2.py index b5794e92..c2635ca0 100644 --- a/apt/progress/gtk2.py +++ b/apt/progress/gtk2.py @@ -22,9 +22,6 @@ # USA """GObject-powered progress classes and a GTK+ status widget.""" -import os -import time - import pygtk pygtk.require('2.0') import gtk |
