Backported PROPKA code base to Python2.

Now this same code can be run with either Python2.7 or Python3.
This commit is contained in:
Matvey Adzhigirey
2012-12-04 14:52:52 -08:00
committed by Mike Beachy
parent 2aaf2d3a48
commit cfab0bbe69
8 changed files with 12 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
# Class for storing groups important for propka calculations
#
from __future__ import division
import Source.ligand, Source.determinant, Source.ligand_pka_values, math, Source.protonate
my_protonator = Source.protonate.Protonate(verbose=False)