mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-09 05:14:01 +02:00
start/stop modules
This commit is contained in:
parent
3aa8986d49
commit
0cce0afdc2
3 changed files with 14 additions and 4 deletions
|
@ -151,5 +151,9 @@ class ModuleDebug():
|
|||
self.title = 'Debug'
|
||||
self.widget = ModuleDebugWidget()
|
||||
|
||||
def run(self):
|
||||
print 'run Debug'
|
||||
def start(self):
|
||||
print 'start Debug'
|
||||
|
||||
def stop(self):
|
||||
print 'stop Debug'
|
||||
self.widget.timer.stop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue