Searched refs:PY2 (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/markupsafe/ |
D | _compat.py | 13 PY2 = sys.version_info[0] == 2 variable 15 if not PY2:
|
D | __init__.py | 13 unichr, PY2 232 if not PY2:
|
/external/chromium_org/third_party/jinja2/ |
D | exceptions.py | 11 from jinja2._compat import imap, text_type, PY2, implements_to_string 17 if PY2:
|
D | _compat.py | 15 PY2 = sys.version_info[0] == 2 variable 20 if not PY2:
|
D | sandbox.py | 19 traceback_type, code_type, frame_type, generator_type, PY2 37 if not PY2:
|
D | bccache.py | 24 from jinja2._compat import BytesIO, pickle, PY2, text_type 28 if not PY2:
|
D | runtime.py | 18 implements_iterator, implements_to_string, string_types, PY2 219 if PY2:
|
D | environment.py | 32 get_next, encode_filename, PY2, PYPY 632 if not PY2 or PYPY:
|