diff options
| author | Michael Vogt <egon@top> | 2005-12-06 12:06:52 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-06 12:06:52 +0100 |
| commit | 471927b2504041bd290a73ee67a3b2ca92b3a7a8 (patch) | |
| tree | fa554472530dc39d92838c441c2020551ff65b1c /UpdateManager | |
| parent | 1d76a60839fd7d68501ed08f75bfc4684ede0759 (diff) | |
| download | python-apt-471927b2504041bd290a73ee67a3b2ca92b3a7a8.tar.gz | |
* UpdateManager/UpdateManager.py: (re)added missing import time
* debian/rules: make arch-build actually work (forgot the tabs)
Diffstat (limited to 'UpdateManager')
| -rw-r--r-- | UpdateManager/UpdateManager.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py index 62c48cf5..d1fd0086 100644 --- a/UpdateManager/UpdateManager.py +++ b/UpdateManager/UpdateManager.py @@ -20,6 +20,7 @@ import gconf import pango import subprocess import pwd +import time import thread import xml.sax.saxutils |
