diff options
author | Chris Lumens <clumens@redhat.com> | 2007-11-08 16:46:37 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-11-20 11:08:52 -0500 |
commit | 9f016490d22fdd06865c7cd7a5f3d607b67c30fb (patch) | |
tree | 9474158c6e654f7c9d683cbfc4d9a3ed6b8cb74d | |
parent | 0b8e9d13d4fb36a9e8b9502244032879acb34be2 (diff) | |
download | anaconda-9f016490d22fdd06865c7cd7a5f3d607b67c30fb.tar.gz anaconda-9f016490d22fdd06865c7cd7a5f3d607b67c30fb.tar.xz anaconda-9f016490d22fdd06865c7cd7a5f3d607b67c30fb.zip |
Remove unused badPackageError method.
-rw-r--r-- | harddrive.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/harddrive.py b/harddrive.py index 761ce38b3..b60c457b8 100644 --- a/harddrive.py +++ b/harddrive.py @@ -28,14 +28,6 @@ class HardDriveInstallMethod(ImageInstallMethod): def getMethodUri(self): return "file://%s" % self.tree - def badPackageError(self, pkgname): - return _("The file %s cannot be opened. This is due to a missing " - "file or perhaps a corrupt package. Please verify your " - "installation images and that you have all the required " - "media.\n\n" - "If you exit, your system will be left in an inconsistent " - "state that will likely require reinstallation.\n\n") % pkgname - # mounts disc image cdNum under self.tree def mountMedia(self, cdNum): if self.mediaIsMounted: |