Fix for an Issue #433

This commit is contained in:
Miroslav Stampar
2013-04-10 19:33:31 +02:00
parent f67148a9a4
commit 0b449bb1d9
4 changed files with 17 additions and 18 deletions

View File

@@ -14,6 +14,9 @@ paths = AttribDict()
# object to store original command line options
cmdLineOptions = AttribDict()
# object to store merged options (command line, configuration file and default options)
mergedOptions = AttribDict()
# object to share within function and classes command
# line options and settings
conf = AttribDict()