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,12 +0,0 @@
from module import Module
class ModuleB(Module):
title = "Bcko"
def setup(self, area):
print 'setup B'
print area
def run(self):
print 'run B'