diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-16 15:04:47 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-16 15:04:47 -0500 |
commit | c80f03bed382c523778c196f93616a04d3d8aa0c (patch) | |
tree | 91979531ac09a830ec35be92125b285503ba4d80 /setuptools/py33compat.py | |
parent | e6087bfa308ee6b45c2c1906af1a7f4a177cb57b (diff) | |
parent | 730834b5c286b5ba2091394339d0759035804eba (diff) | |
download | external_python_setuptools-c80f03bed382c523778c196f93616a04d3d8aa0c.tar.gz external_python_setuptools-c80f03bed382c523778c196f93616a04d3d8aa0c.tar.bz2 external_python_setuptools-c80f03bed382c523778c196f93616a04d3d8aa0c.zip |
Merge with master
Diffstat (limited to 'setuptools/py33compat.py')
-rw-r--r-- | setuptools/py33compat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/py33compat.py b/setuptools/py33compat.py index ad91d73e..0caa2003 100644 --- a/setuptools/py33compat.py +++ b/setuptools/py33compat.py @@ -1,5 +1,4 @@ import dis -import code import array import collections |