Searched refs:PY3 (Results 1 – 4 of 4) sorted by relevance
61 - if not binary_output and six.PY3:88 + if not binary_output and six.PY3:
125 +from base.sixext import PY3126 +if PY3:
60 PY3 = sys.version_info[0] == 3 variable63 if PY3:
63 PY3 = sys.version_info[0] == 3 variable65 if PY3: