ignore Debug

This commit is contained in:
Pavol Rusnak 2011-04-01 21:52:18 +02:00
parent 4c89ca5d55
commit 66287a6f3a
18 changed files with 11 additions and 1305 deletions

View file

@ -4,3 +4,6 @@ class Module():
def start(self, area):
raise Exception('not implemented')
def run(self):
raise Exception('not implemented')