Skip to content

Commit a320231

Browse files
committed
Merge branch 'master' of github.com:hydralabs/pyamf
2 parents 5114237 + 31dbf46 commit a320231

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

fake_pyrex/Pyrex/Distutils/__init__.py

-1
This file was deleted.

fake_pyrex/Pyrex/Distutils/build_ext.py

-1
This file was deleted.

fake_pyrex/Pyrex/__init__.py

-1
This file was deleted.

setupinfo.py

-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
have_cython = False
2020

2121

22-
if have_cython:
23-
# may need to work around setuptools bug by providing a fake Pyrex
24-
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "fake_pyrex"))
25-
26-
2722
from setuptools.command import test, sdist
2823
from setuptools import Extension
2924
from distutils.core import Distribution

0 commit comments

Comments
 (0)