diff options
author | Marko Kreen | 2011-11-14 10:50:01 +0000 |
---|---|---|
committer | Marko Kreen | 2011-11-14 10:50:01 +0000 |
commit | 236972c7dfadcf7ebc654b0585dfd5df94e82e16 (patch) | |
tree | 52dcece0a0c5a8a787b772093a7e0fdae014abf6 /python/skytools | |
parent | b8ee8d708a54abd9ce7f707f3e027589642f4731 (diff) | |
parent | bf55a2492267d6872bd66ac2b25a2e93b9e1d5b0 (diff) |
Merge remote-tracking branch 'intgit/master'
Diffstat (limited to 'python/skytools')
-rw-r--r-- | python/skytools/config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/skytools/config.py b/python/skytools/config.py index c276a5d1..9f19306f 100644 --- a/python/skytools/config.py +++ b/python/skytools/config.py @@ -205,3 +205,6 @@ class Config(object): def items(self): """Returns list of (name, value) for each option in main section.""" return self.cf.items(self.main_section) + + # define some aliases (short-cuts / backward compatibility cruft) + getbool = getboolean |