summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
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.