Skip to content
Snippets Groups Projects
Commit 7176f8bf authored by Taya Snijder's avatar Taya Snijder
Browse files

merged with old 2021-04-16-Branched_from_master-APSCTL_device

parents 7c04ceeb 609dbfd0
No related branches found
No related tags found
1 merge request!27Resolve #2021 "04 16 branched from master apsctl device"
......@@ -14,8 +14,13 @@ from tango.server import run
from tango import AttrWriteType
# 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.hardware_device import hardware_device
>>>>>>> master:devices/examples/HW_device_template.py
__all__ = ["HW_dev"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment