Skip to content
Snippets Groups Projects

Resolve #2021 "04 16 branched from master ini file device"

Merged Taya Snijder requested to merge 2021-04-16-Branched_from_master-INI_file_device into master
2 files
+ 5
190
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -14,8 +14,13 @@ from tango.server import run
@@ -14,8 +14,13 @@ from tango.server import run
from tango import AttrWriteType
from tango import AttrWriteType
# Additional import
# Additional import
 
<<<<<<< HEAD:devices/HW_device_template.py
 
from src.attribute_wrapper import *
 
from src.hardware_device import *
 
=======
from util.attribute_wrapper import attribute_wrapper
from util.attribute_wrapper import attribute_wrapper
from util.hardware_device import hardware_device
from util.hardware_device import hardware_device
 
>>>>>>> master:devices/examples/HW_device_template.py
__all__ = ["HW_dev"]
__all__ = ["HW_dev"]
Loading