Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pipelet
Pipelet
Commits
39736832
Commit
39736832
authored
Feb 18, 2014
by
Maude Le Jeune
Browse files
+ launcher
parent
1c110f06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pipelet/__init__.py
pipelet/__init__.py
+2
-1
No files found.
pipelet/__init__.py
View file @
39736832
...
...
@@ -10,7 +10,7 @@
__all__
=
[
'environment'
,
'scheduler'
,
'worker'
,
'repository'
,
'tracker'
,
'pipeline'
,
'task'
]
__all__
=
[
'environment'
,
'scheduler'
,
'worker'
,
'repository'
,
'tracker'
,
'pipeline'
,
'task'
,
'launchers'
]
from
scheduler
import
*
from
worker
import
*
...
...
@@ -19,4 +19,5 @@ from tracker import *
from
pipeline
import
*
from
task
import
*
from
environment
import
*
from
launchers
import
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment