Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-nwchem
Commits
4bdfe7ae
Commit
4bdfe7ae
authored
Sep 05, 2016
by
Lauri Himanen
Browse files
Fixed import of nwchemparser.
parent
744da03f
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-nwchem/nwchemparser/setup_paths.py
View file @
4bdfe7ae
...
...
@@ -7,7 +7,7 @@ import os.path
baseDir
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
commonDir
=
os
.
path
.
normpath
(
os
.
path
.
join
(
baseDir
,
"../../../../../python-common/common/python"
))
parserDir
=
os
.
path
.
normpath
(
os
.
path
.
join
(
baseDir
,
"../../parser-
cpmd
"
))
parserDir
=
os
.
path
.
normpath
(
os
.
path
.
join
(
baseDir
,
"../../parser-
nwchem
"
))
# Using sys.path.insert(1, ...) instead of sys.path.insert(0, ...) based on
# this discusssion:
...
...
Write
Preview
Supports
Markdown
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