diff options
author | bfox <bfox> | 2001-06-21 19:03:14 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-06-21 19:03:14 +0000 |
commit | 9118a73a77c03164492f7ad9c0f98ac4c7ee86dc (patch) | |
tree | 299369ffca32381541302e2a881a4d1a1b1a3b15 /configFileData.py | |
parent | fa1f07dced29d19304844d2594f9eb7f3760b930 (diff) | |
download | anaconda-9118a73a77c03164492f7ad9c0f98ac4c7ee86dc.tar.gz anaconda-9118a73a77c03164492f7ad9c0f98ac4c7ee86dc.tar.xz anaconda-9118a73a77c03164492f7ad9c0f98ac4c7ee86dc.zip |
added call for WelcomeScreen
Diffstat (limited to 'configFileData.py')
-rw-r--r-- | configFileData.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configFileData.py b/configFileData.py index 25b6df099..239982a1d 100644 --- a/configFileData.py +++ b/configFileData.py @@ -15,3 +15,6 @@ class configFileData: def getTitle (self): return self.data["Title"] + + def getWelcomeScreen (self): + return self.data["WelcomeScreen"] |