summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-08-13 19:28:40 +0000
committerJeremy Katz <katzj@redhat.com>2007-08-13 19:28:40 +0000
commit0b52379fa65dbf91b2dde37088b1e9e821ff1cd0 (patch)
tree624cafaede4b375553364d9441d19c0a6f6771ca /installmethod.py
parenta6269c166079750ad74ce932909a7fffc7684130 (diff)
downloadanaconda-0b52379fa65dbf91b2dde37088b1e9e821ff1cd0.tar.gz
anaconda-0b52379fa65dbf91b2dde37088b1e9e821ff1cd0.tar.xz
anaconda-0b52379fa65dbf91b2dde37088b1e9e821ff1cd0.zip
2007-08-13 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (AnacondaCallback): Remove without using the installmethod's unlinkFilename * image.py (unlinkFilename): Remove method * installmethod.py (unlinkFilename): Remove * urlinstall.py (unlinkFilename): Remove
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/installmethod.py b/installmethod.py
index 099ee82fe..599a2a0f2 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -84,11 +84,6 @@ class InstallMethod:
def filesDone(self):
pass
- ## Remove a file if it was fetched from a remote system.
- # @param fullName The full path to the file to be removed.
- def unlinkFilename(self, fullName):
- pass
-
## The constructor.
# @param method The --method= parameter passed to anaconda from loader.
# @param rootpath The --rootpath= parameter passed to anaconda from loader.