summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-12-06 12:06:52 +0100
committerMichael Vogt <egon@top>2005-12-06 12:06:52 +0100
commit471927b2504041bd290a73ee67a3b2ca92b3a7a8 (patch)
treefa554472530dc39d92838c441c2020551ff65b1c /UpdateManager
parent1d76a60839fd7d68501ed08f75bfc4684ede0759 (diff)
downloadpython-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.py1
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