aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/py27compat.py
diff options
context:
space:
mode:
authorMelvyn Sopacua <melvyn@magemana.nl>2014-07-05 17:43:39 +0200
committerMelvyn Sopacua <melvyn@magemana.nl>2014-07-05 17:43:39 +0200
commite66c4d9c3aefaf98a7d8d9b19ce5948fe7840c49 (patch)
tree196f07bf02150e8a2fcb08bd67afd1ad6c864f03 /setuptools/py27compat.py
parent04ee0d93a95c9b5f8c856856040d477647d1244d (diff)
downloadexternal_python_setuptools-e66c4d9c3aefaf98a7d8d9b19ce5948fe7840c49.tar.gz
external_python_setuptools-e66c4d9c3aefaf98a7d8d9b19ce5948fe7840c49.tar.bz2
external_python_setuptools-e66c4d9c3aefaf98a7d8d9b19ce5948fe7840c49.zip
Fix exclude list on python 3.2+
imp.get_tag() is only available on 3.2+. Since 2<x<3.2 are EOL we shall not worry. We could implement a local get_tag(), but the point is moot: this compilation tactic with __pycache__ subdirs and versioned import files is new to python 3.x, so hasattr() is sufficient.
Diffstat (limited to 'setuptools/py27compat.py')
0 files changed, 0 insertions, 0 deletions