Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
e16acd1b
"wrappers/python/tests/vscode:/vscode.git/clone" did not exist on "9a5004bfa98c47de1a6391aa1587d30f113ecfce"
Commit
e16acd1b
authored
Jan 15, 2015
by
Robert McGibbon
Browse files
whoops
parent
a770b1b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wrappers/python/simtk/openmm/__init__.py
wrappers/python/simtk/openmm/__init__.py
+2
-1
No files found.
wrappers/python/simtk/openmm/__init__.py
View file @
e16acd1b
...
...
@@ -15,7 +15,8 @@ from simtk.openmm import version
if
sys
.
platform
==
'win32'
:
_path
=
os
.
environ
[
'PATH'
]
os
.
environ
[
'PATH'
]
+=
'%(lib)s;%(lib)s\plugins'
%
{
'lib'
:
version
.
openmm_library_path
}
os
.
environ
[
'PATH'
]
=
'%(lib)s;%(lib)s\plugins;%(path)s'
%
{
'lib'
:
version
.
openmm_library_path
,
'path'
:
_path
}
from
simtk.openmm.openmm
import
*
from
simtk.openmm.vec3
import
Vec3
...
...
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