Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59788:50650aa47c37
Date: 2013-01-05 21:55 +0100
http://bitbucket.org/pypy/pypy/changeset/50650aa47c37/

Log:    Oops. Added rpython/conftest.py

diff --git a/rpython/conftest.py b/rpython/conftest.py
new file mode 100644
--- /dev/null
+++ b/rpython/conftest.py
@@ -0,0 +1,3 @@
+import os
+
+cdir = os.path.join(os.path.dirname(__file__), 'translator', 'c')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to