Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
1c3e6157
Commit
1c3e6157
authored
3 years ago
by
Auke Klazema
Browse files
Options
Downloads
Plain Diff
Merge branch '
TMSS-1094
' into 'master'
TMSS-1094
: Add missing import statements Closes
TMSS-1094
See merge request
!603
parents
41c16da4
34d89141
No related branches found
Branches containing commit
Tags
LOFAR-preRelease-4_3_1
Tags containing commit
2 merge requests
!634
WIP: COBALT commissioning delta
,
!603
TMSS-1094: Add missing import statements
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAC/Services/src/pipelinecontrol
+3
-2
3 additions, 2 deletions
MAC/Services/src/pipelinecontrol
with
3 additions
and
2 deletions
MAC/Services/src/pipelinecontrol
+
3
−
2
View file @
1c3e6157
...
...
@@ -21,9 +21,10 @@
# $Id: JobsToSchedule.py 33364 2016-01-21 21:21:12Z mol $
import
logging
from
lofar.mac.PipelineControl
import
PipelineControl
,
PipelineControlTMSS
from
lofar.messaging
import
DEFAULT_BROKER
,
DEFAULT_BUSNAME
from
lofar.mac.PipelineControl
import
PipelineControl
,
PipelineControlTMSS
,
PipelineControlServiceHandler
from
lofar.messaging
import
RPCService
,
DEFAULT_BROKER
,
DEFAULT_BUSNAME
from
lofar.common.util
import
waitForInterrupt
import
lofar.mac.config
as
config
logger
=
logging
.
getLogger
(
__name__
)
...
...
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