Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
5c67427d
Commit
5c67427d
authored
Nov 28, 2017
by
eric pellegrini
Browse files
Remove print
parent
8620bbcc
Pipeline
#3365
failed with stages
in 2 minutes and 26 seconds
Changes
1
Pipelines
13
Show whitespace changes
Inline
Side-by-side
BuildServer/Darwin/Scripts/site.py
View file @
5c67427d
...
@@ -594,7 +594,5 @@ sys.path.append(resources_dir)
...
@@ -594,7 +594,5 @@ sys.path.append(resources_dir)
sys
.
path
.
append
(
os
.
path
.
join
(
resources_dir
,
'lib-dynload'
))
sys
.
path
.
append
(
os
.
path
.
join
(
resources_dir
,
'lib-dynload'
))
sys
.
path
.
append
(
os
.
path
.
join
(
resources_dir
,
'site-packages.zip'
))
sys
.
path
.
append
(
os
.
path
.
join
(
resources_dir
,
'site-packages.zip'
))
print
sys
.
path
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
_script
()
_script
()
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