diff options
Diffstat (limited to 'UpdateManager/DistUpgradeFetcher.py')
| -rw-r--r-- | UpdateManager/DistUpgradeFetcher.py | 4 |
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 |
