case hadisesi...

This commit is contained in:
Barış Metin
2005-07-04 12:58:26 +00:00
parent e2a290274c
commit b276dce357
+2 -2
View File
@@ -6,7 +6,7 @@
# having an INI like format like below.
#
#[general]
#destinationDirectory = /tmp
#destinationdirectory = /tmp
#
#[build]
#host = i686-pc-linux-gnu
@@ -22,7 +22,7 @@ class ConfigException(Exception):
class GeneralDefaults:
"""Default values for [general] section"""
destinationDirectory = os.getcwd()+"/tmp" # FOR ALPHA
destinationdirectory = os.getcwd()+"/tmp" # FOR ALPHA
class BuildDefaults:
"""Default values for [build] section"""