summaryrefslogtreecommitdiff
path: root/UpdateManager/DistUpgradeFetcher.py
diff options
context:
space:
mode:
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