summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-11-08 11:43:11 -0500
committerChris Lumens <clumens@redhat.com>2007-11-20 11:08:37 -0500
commit5c23f951685353e18043412ece559623a87aec88 (patch)
tree300eaaa2c3f7b8ad7b4d8340718ec0f84736bf7f /upgrade.py
parentb73b025f769a23d0a5229274fd3b3a2995a7d67c (diff)
downloadanaconda-5c23f951685353e18043412ece559623a87aec88.tar.gz
anaconda-5c23f951685353e18043412ece559623a87aec88.tar.xz
anaconda-5c23f951685353e18043412ece559623a87aec88.zip
Remove unused functions from InstallMethods.
None of the following functions were even being called, so they can be removed easily: getFilename, copyFileToTemp, urlretrieve, systemUnmounted, getTempPath, and FileCopyException. Now only the hard parts are left.
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 7bc69661d..e06bf2c39 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -26,7 +26,6 @@ import lvm
from flags import flags
from fsset import *
from constants import *
-from installmethod import FileCopyException
from product import productName
import rhpl