satori/satori/common
Samuel Stavinoha 54f816aa1f Fix remaining refs to the former config object
Switch notation from

    value = d.key

to

    value = d.get('key') # in optional cases
    value = ['key'] # in required cases

Unittests for config dictionary make use of mock.patch.dict

Change-Id: Ib688dd13e1e3df9a82b3f0377064be8e6c765e55
Closes-Bug: #1301020
2014-04-01 16:54:03 -05:00
..
__init__.py Implement CLI Exception Handling and Logging 2014-03-10 18:06:36 -05:00
logging.py Fix remaining refs to the former config object 2014-04-01 16:54:03 -05:00
templating.py Update tests and testing requirements 2014-03-14 16:47:40 -05:00