Attempt to make Python 3.2 work with fd
This commit is contained in:
parent
4b565fe7bc
commit
d1af8a615f
@ -36,7 +36,7 @@ import ast
|
||||
from operator import itemgetter
|
||||
import platform
|
||||
|
||||
PYVERSION = platform.python.python_version_tuple()
|
||||
PYVERSION = platform.python_version_tuple()
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user