Commit f6cad3a2 authored by agronholm's avatar agronholm

Fix import that was breaking py3k

--HG--
branch : distribute
extra : rebase_source : 76bf8f9213536189bce76a41e798c44c5f468cbd
parent 4e925ea9
from distutils.core import Extension as _Extension
from dist import _get_unpatched
from setuptools.dist import _get_unpatched
_Extension = _get_unpatched(_Extension)
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment