Add mumo.py with Ice connectivity. For now no context support.

This commit is contained in:
Stefan Hacker
2010-12-20 01:08:01 +01:00
parent 38f7c57d60
commit ad862225fa
7 changed files with 537 additions and 27 deletions

View File

@@ -57,8 +57,7 @@ class Config(object):
self.__dict__[h] = []
else:
self.__dict__[h] = Config()
for name, val in v.iteritems():
conv, vdefault = val
for name, conv, vdefault in v:
if not filename:
self.__dict__[h].__dict__[name] = vdefault