Attempt to make Python 3.2 work with fd

This commit is contained in:
Doug Blank 2016-01-28 07:54:47 -05:00
parent 4b565fe7bc
commit d1af8a615f

View File

@ -36,7 +36,7 @@ import ast
from operator import itemgetter
import platform
PYVERSION = platform.python.python_version_tuple()
PYVERSION = platform.python_version_tuple()
#------------------------------------------------------------------------
#