summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-08-13 19:31:59 +0000
committerJeremy Katz <katzj@redhat.com>2007-08-13 19:31:59 +0000
commit008d022cfef483d618e4994ec577f29fa5390459 (patch)
tree442753be29a0009e6e696332ba6fd00cc1d4ba53 /installmethod.py
parent8c622f2a5f62bc9654c58d3e5c69c29aa79cfcf7 (diff)
downloadanaconda-008d022cfef483d618e4994ec577f29fa5390459.tar.gz
anaconda-008d022cfef483d618e4994ec577f29fa5390459.tar.xz
anaconda-008d022cfef483d618e4994ec577f29fa5390459.zip
2007-08-13 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (AnacondaYum._handleFailure): Don't use a method specific string that's 99% the same. Instead, just make the string work for everything. * installmethod.py (InstallMethod.badPackageError): Remove * image.py (badPackageError): Likewise. * urlinstall.py (badPackageError): Likewise.
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/installmethod.py b/installmethod.py
index 599a2a0f2..e8155e6b9 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -107,12 +107,6 @@ class InstallMethod:
def ejectCD(self):
pass
- ## Construct a method-specific error message.
- # @param pkgname The name of the package that could not be fetched.
- # @return A method-specific error message.
- def badPackageError(self, pkgname):
- pass
-
## Switch CDs.
# @param mediano The CD media number to switch to.
# @param filename The file to be read that requires switching media.