Skip to content
Snippets Groups Projects
Commit 26d61b17 authored by Claudio Scafuri's avatar Claudio Scafuri :speech_balloon:
Browse files

Device_5Impl

parent 1d45ae59
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ import re
# No states for this device
class Cmm (PyTango.Device_4Impl):
class Cmm (PyTango.Device_5Impl):
""""""
# -------- Add you global variables here --------------------------
......@@ -76,7 +76,7 @@ class Cmm (PyTango.Device_4Impl):
#----- PROTECTED REGION END -----# // Cmm.global_variables
def __init__(self, cl, name):
PyTango.Device_4Impl.__init__(self,cl,name)
PyTango.Device_5Impl.__init__(self,cl,name)
self.debug_stream("In __init__()")
Cmm.init_device(self)
#----- PROTECTED REGION ID(Cmm.__init__) ENABLED START -----#
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment