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
Merge requests
!80
L2SS-307
: fix attribute extender import path
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
L2SS-307
: fix attribute extender import path
L2SS-307-Fix_device-sst_import_path
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Thomas Juerges
requested to merge
L2SS-307-Fix_device-sst_import_path
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
L2SS-307
Edited
3 years ago
by
Thomas Juerges
0
0
Merge request reports
Compare
version 1
version 1
914b8fa0
3 years ago
master (base)
and
latest version
latest version
93f63d2d
2 commits,
3 years ago
version 1
914b8fa0
1 commit,
3 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
devices/devices/sdp/sst.py
+
1
−
1
Options
@@ -25,7 +25,7 @@ from tango import AttrWriteType
# Additional import
from
clients.sst_client
import
sst_client
,
SST_collector
from
clients.opcua_c
onnection
import
OPCUAConnection
from
clients.opcua_c
lient
import
OPCUAConnection
from
clients.attribute_wrapper
import
attribute_wrapper
from
devices.hardware_device
import
hardware_device
Loading