diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-31 15:07:32 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-31 15:07:32 +0100 |
| commit | 601d841cc3644f827487a277b5e031323450a6c4 (patch) | |
| tree | be3812288ff3f77ec53de80c5e15ff8429f73578 /apt/progress | |
| parent | 9543d9414085ba8f9b29f8b5fe6dca72d6af5fa1 (diff) | |
| parent | 64c1ffa6310efdff6353346fe621aea10e36f2c9 (diff) | |
| download | python-apt-601d841cc3644f827487a277b5e031323450a6c4.tar.gz | |
merged from lp:~mvo/python-apt/mvo
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 |
