Commit f4c6e598 authored by Peter Eastman's avatar Peter Eastman
Browse files

Bug fix to python wrappers

parent 0139d9b9
...@@ -33,5 +33,5 @@ else: ...@@ -33,5 +33,5 @@ else:
sys.setdlopenflags(flags | ctypes.RTLD_GLOBAL) sys.setdlopenflags(flags | ctypes.RTLD_GLOBAL)
from simtk.openmm.openmm import Platform from simtk.openmm.openmm import *
pluginLoadedLibNames = Platform.loadPluginsFromDirectory(Platform.getDefaultPluginsDirectory()) pluginLoadedLibNames = Platform.loadPluginsFromDirectory(Platform.getDefaultPluginsDirectory())
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment