summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py
index e721baae7..3c4af1114 100644
--- a/installclass.py
+++ b/installclass.py
@@ -66,9 +66,6 @@ class BaseInstallClass(object):
# don't force text mode
forceTextMode = 0
- # allow additional software repositories beyond the base to be configured
- allowExtraRepos = True
-
# by default, place this under the "install" category; it gets it's
# own toplevel category otherwise
parentClass = ( _("Install on System"), "install.png" )