Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parser-nwchem
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nomad-lab
parser-nwchem
Commits
4bdfe7ae
Commit
4bdfe7ae
authored
Sep 05, 2016
by
Lauri Himanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed import of nwchemparser.
parent
744da03f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
parser/parser-nwchem/nwchemparser/setup_paths.py
parser/parser-nwchem/nwchemparser/setup_paths.py
+1
-1
No files found.
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
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