diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:18:35 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:18:35 +0000 |
commit | 46ad88cc0fda480fe7f3fd084e8ce12417da7500 (patch) | |
tree | 9bdc508899435733004fdd4435b2022a0d5e6754 /installclass.py | |
parent | f98ba6b2f804baaa6c6bb336f1ba6acc7fa31ba6 (diff) | |
download | anaconda-46ad88cc0fda480fe7f3fd084e8ce12417da7500.tar.gz anaconda-46ad88cc0fda480fe7f3fd084e8ce12417da7500.tar.xz anaconda-46ad88cc0fda480fe7f3fd084e8ce12417da7500.zip |
add property as to whether to show minimal grouop or not
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py index 3fb1b8150..5ee73120f 100644 --- a/installclass.py +++ b/installclass.py @@ -42,6 +42,7 @@ class BaseInstallClass: # default to not being hidden hidden = 0 pixmap = None + showMinimal = 0 description = None # don't select this class by default |