Commit Graph

11 Commits

Author SHA1 Message Date
Stefan Hacker
0361021fbd Change shebang to python2 (see PEP394)
Would've prevented #7
2016-10-22 13:54:02 +02:00
Stefan Hacker
61c9f25b65 Do not silently fall back to default if a config file couldn't be found 2015-11-29 19:34:45 +01:00
Stefan Hacker
74674509cd Use RawConfigParser so we can load python style template syntax from configs 2013-03-23 17:16:44 +01:00
Stefan Hacker
4a42e01f36 Add ability to check for config keys using 'in' 2013-03-23 17:16:44 +01:00
Stefan Hacker
852549c44c Update config module to provide dict like access 2010-12-31 15:04:34 +01:00
Stefan Hacker
b25b446f84 Modify idlemove module to be able to chain thresholds for moving and add source channel filters 2010-12-27 02:42:23 +01:00
Stefan Hacker
41e1e75211 Add commaSeperatedIntegers/commaSeperatedStrings validator functions to configuration. Rename testsuite collection test.py to testsuite.py to prevent name collision with test module test.py 2010-12-20 14:20:44 +01:00
Stefan Hacker
4e3aaea8d5 Expand config module for arbitrary section reading 2010-12-20 02:46:04 +01:00
Stefan Hacker
ad862225fa Add mumo.py with Ice connectivity. For now no context support. 2010-12-20 01:11:55 +01:00
Stefan Hacker
e35452d8b3 Make MumoManager testable. Add first basic tests to test case. MumoManager is not yet completed. 2010-12-03 06:50:00 +01:00
Stefan Hacker
30738329e1 Nearly finished basic mumo application. config, worker and mumo_module have test coverage. mumo_manager is not yet covered and most likely not right yet. 2010-11-20 03:36:50 +01:00