Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
7176f8bf
Commit
7176f8bf
authored
3 years ago
by
Taya Snijder
Browse files
Options
Downloads
Plain Diff
merged with old 2021-04-16-Branched_from_master-APSCTL_device
parents
7c04ceeb
609dbfd0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!27
Resolve #2021 "04 16 branched from master apsctl device"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devices/examples/HW_device_template.py
+5
-0
5 additions, 0 deletions
devices/examples/HW_device_template.py
with
5 additions
and
0 deletions
devices/examples/HW_device_template.py
+
5
−
0
View file @
7176f8bf
...
...
@@ -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
"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment