summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/installclass.py b/installclass.py
index c16cb0480..7143f6acd 100644
--- a/installclass.py
+++ b/installclass.py
@@ -51,7 +51,6 @@ class BaseInstallClass(object):
showLoginChoice = 0
_description = ""
_descriptionFields = ()
- regkeydesc = None
name = "base"
pkgstext = ""
# default to showing the upgrade option
@@ -76,14 +75,6 @@ class BaseInstallClass(object):
# we can use a different install data class
installDataClass = InstallData
- # install key related bits
- skipkeytext = None
- instkeyname = None
- allowinstkeyskip = True
- instkeydesc = None
- installkey = None
- skipkey = False
-
def _get_description(self):
return _(self._description) % self._descriptionFields
description = property(_get_description)
@@ -128,7 +119,6 @@ class BaseInstallClass(object):
"dopostaction",
"postscripts",
"writeksconfig",
- "writeregkey",
"methodcomplete",
"copylogs",
"setfilecon",
@@ -174,9 +164,6 @@ class BaseInstallClass(object):
return {'base': uri}
- def handleRegKey(self, key, intf):
- pass
-
def setPackageSelection(self, anaconda):
pass