add SubMulti

This commit is contained in:
2014-04-25 22:57:08 +02:00
parent b6a0f188b2
commit 9112a8c5b0
13 changed files with 909 additions and 86 deletions

View File

@ -223,7 +223,7 @@ populate_owners()
# ____________________________________________________________
class Undefined():
class Undefined(object):
pass