Author: Christian Tismer <[email protected]>
Branch: win64-stage1
Changeset: r53474:d7ffb20c7cd7
Date: 2012-03-13 12:58 -0700
http://bitbucket.org/pypy/pypy/changeset/d7ffb20c7cd7/

Log:    remove changes no longer needed

diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -47,10 +47,8 @@
 pypydir = py.path.local(autopath.pypydir)
 include_dir = pypydir / 'module' / 'cpyext' / 'include'
 source_dir = pypydir / 'module' / 'cpyext' / 'src'
-signed_dir = pypydir / 'translator' / 'c' / 'src'
 include_dirs = [
     include_dir,
-    signed_dir,
     udir,
     ]
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to