Author: Armin Rigo <[email protected]>
Branch: release-2.2.x
Changeset: r67971:7adf80f17ffb
Date: 2013-11-12 12:43 +0100
http://bitbucket.org/pypy/pypy/changeset/7adf80f17ffb/

Log:    Add the NOT_RPYTHON comment at the top of the file, although that
        might not have any effect any more.

diff --git a/pypy/module/posix/app_startfile.py 
b/pypy/module/posix/app_startfile.py
--- a/pypy/module/posix/app_startfile.py
+++ b/pypy/module/posix/app_startfile.py
@@ -1,3 +1,4 @@
+# NOT_RPYTHON
 
 class CFFIWrapper(object):
     def __init__(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to