aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-03 16:27:08 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-03 16:27:08 +0000
commit2cd35fbe6ee9e4c42377e61237f65ffa030c4eb2 (patch)
tree9136ae39457444a689a9dfdf56fba7ed674704f6 /installclass.py
parentinstallclass.py: add mirrorselect (diff)
downloadanaconda-2cd35fbe6ee9e4c42377e61237f65ffa030c4eb2.tar.gz
anaconda-2cd35fbe6ee9e4c42377e61237f65ffa030c4eb2.tar.bz2
anaconda-2cd35fbe6ee9e4c42377e61237f65ffa030c4eb2.zip
installclass.py: oops, Python is being an indent nazi
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index 5c0f5d2..ec6fa62 100644
--- a/installclass.py
+++ b/installclass.py
@@ -79,7 +79,7 @@ class BaseInstallClass(object):
def setSteps(self, anaconda):
dispatch = anaconda.dispatch
- dispatch.setStepList(
+ dispatch.setStepList(
# Welcome
"welcome",
"language",