remove unneeded commands

Change-Id: I2b3a343a117fced0195f23c3051902c1387e6bcc
This commit is contained in:
Enrico Faulhaber
2017-09-12 18:32:09 +02:00
parent b9b2db1763
commit 54379a586a
3 changed files with 4 additions and 16 deletions

View File

@ -503,19 +503,3 @@ class Drivable(Readable):
}
# XXX: CMDS ???? auto deriving working well enough?
def do_start(self):
"""normally does nothing,
but there may be modules which _start_ the action here
"""
def do_stop(self):
"""Testing command implementation
wait a second"""
time.sleep(1) # for testing !
def do_pause(self):
"""if implemented should pause the module
use start to continue movement
"""