aboutsummaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-04 16:04:23 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-04 16:04:23 +0000
commit48a22c0559e39d4d0affed78130160a62d86d579 (patch)
treeb50f750eaa8700226b440080a105f50a74ed22f6 /gui.py
parentiw/use_gui.py: store profile-selected USE flags (diff)
downloadanaconda-48a22c0559e39d4d0affed78130160a62d86d579.tar.gz
anaconda-48a22c0559e39d4d0affed78130160a62d86d579.tar.bz2
anaconda-48a22c0559e39d4d0affed78130160a62d86d579.zip
Yirst version of systools
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 0a5b161..6188182 100755
--- a/gui.py
+++ b/gui.py
@@ -93,6 +93,7 @@ stepToClass = {
"accounts" : ("account_gui", "AccountWindow"),
# Installing Necessary System Tools
+ "systools" : ("systools_gui", "SystoolsWindow"),
# Configuring the Bootloader
"bootloader": ("bootloader_main_gui", "MainBootloaderWindow"),