diff options
Diffstat (limited to 'python/skytools/config.py')
-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 |