Home | Trees | Indices | Help |
---|
|
1 # Python 2 / Python 3 compatibility helpers. 2 3 import sys 4 5 is_py3 = (sys.version_info.major == 3) 6 is_py2 = not is_py3 7
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jan 29 19:57:57 2018 | http://epydoc.sourceforge.net |