start writing debugmodule

This commit is contained in:
Pavol Rusnak 2011-04-15 00:25:29 +02:00
parent e809984eb2
commit 4b73d98c11
12 changed files with 58 additions and 24 deletions

View file

@ -1,5 +1,5 @@
from ModuleA import ModuleA
from ModuleB import ModuleB
from ModuleDebug import ModuleDebug
def list():
return [ModuleA(),ModuleB()]
return [ModuleDebug(),ModuleA()]