Fix stray propka31 to propka32.

This commit is contained in:
Nathan Baker
2020-06-18 08:24:51 -07:00
parent a2196cdc6f
commit 573b38db38

View File

@@ -3,12 +3,12 @@
This is the original propka script. However, this distribute-based This is the original propka script. However, this distribute-based
installation moved the main() function into propka.run.main and just installation moved the main() function into propka.run.main and just
generates a script called propka31 from the setup.py installation generates a script called `propka32` from the setup.py installation
script. You should not need to use this script. script. You should not need to use this script.
(Also note that there can be import problems because the script name (Also note that there can be import problems because the script name
is the same as the module name; that's why the new script is called is the same as the module name; that's why the new script is called
propka31.) `propka32`.)
""" """
from propka.lib import loadOptions from propka.lib import loadOptions
from propka.input import read_parameter_file, read_molecule_file from propka.input import read_parameter_file, read_molecule_file