Commit 6d339632 authored by Jason Swails's avatar Jason Swails
Browse files

Update the simtk/openmm/app/charmm/__init__.py file with the MIT license and

correct list of modules (the existing list was for the ParmEd implementation
which separated out the OpenMM integration so not having it was not fatal).
parent 20ad26b6
......@@ -21,11 +21,11 @@ simulation with CHARMM; specifically PSF, PAR, RTF, and STR files
field parameter files
"""
__all__ = ['psf', 'parameters', 'openmmloader']
__all__ = ['psf', 'parameters']
__authors__ = 'Jason Swails'
__contributors__ = ''
__license__ = 'GPL v.3'
__date__ = 'Mar. 31, 2014'
__license__ = 'MIT'
__date__ = 'Apr. 9, 2014'
__private__ = ['topologyobjects', '_charmmfile']
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