Closedown
This commit is contained in:
@@ -682,8 +682,8 @@ class StationShutter(ControlledDevice):
|
||||
###Global flag
|
||||
class GlobalFlag(ControlledDevice):
|
||||
|
||||
def __init__(self, name):
|
||||
pass
|
||||
def __init__(self):
|
||||
ControlledDevice.__init__(self,"Global Flag")
|
||||
|
||||
def pause(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user