diff options
author | Melvyn Sopacua <melvyn@magemana.nl> | 2014-07-05 17:43:39 +0200 |
---|---|---|
committer | Melvyn Sopacua <melvyn@magemana.nl> | 2014-07-05 17:43:39 +0200 |
commit | e66c4d9c3aefaf98a7d8d9b19ce5948fe7840c49 (patch) | |
tree | 196f07bf02150e8a2fcb08bd67afd1ad6c864f03 /setuptools/py27compat.py | |
parent | 04ee0d93a95c9b5f8c856856040d477647d1244d (diff) | |
download | external_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