summaryrefslogtreecommitdiff
path: root/UpdateManager/DistUpgradeFetcher.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-03-22 23:37:02 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-03-22 23:37:02 +0100
commitc6211083b2442ef7f3294335c1ef1f2522bca3ca (patch)
tree4e75fe6abc343e50882c0bc4d39595ba0781d5f1 /UpdateManager/DistUpgradeFetcher.py
parentf82bab3cff10463e934a8f52892b312cdca2f225 (diff)
parent82583acbe28b9bbfc581df8081d22191af342801 (diff)
downloadpython-apt-c6211083b2442ef7f3294335c1ef1f2522bca3ca.tar.gz
* merged from the laptop branch
Diffstat (limited to 'UpdateManager/DistUpgradeFetcher.py')
-rw-r--r--UpdateManager/DistUpgradeFetcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/UpdateManager/DistUpgradeFetcher.py b/UpdateManager/DistUpgradeFetcher.py
index 42ad19fe..c6b83994 100644
--- a/UpdateManager/DistUpgradeFetcher.py
+++ b/UpdateManager/DistUpgradeFetcher.py
@@ -27,7 +27,7 @@ import apt_pkg
import tarfile
import urllib2
import tempfile
-import shutils
+import shutil
import GnuPGInterface
from gettext import gettext as _
@@ -185,7 +185,7 @@ class DistUpgradeFetcher(object):
# cleanup
os.chdir("..")
# del tmpdir
- shutils.rmtree(self.tmpdir)
+ shutil.rmtree(self.tmpdir)
def run(self):
# see if we have release notes