[pypy-commit] pypy reflex-support: code cleanup

wlav noreply at buildbot.pypy.org
Sat Aug 31 01:21:52 CEST 2013


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: reflex-support
Changeset: r66700:1f7d8a97ab3c
Date: 2013-08-30 12:06 -0700
http://bitbucket.org/pypy/pypy/changeset/1f7d8a97ab3c/

Log:	code cleanup

diff --git a/pypy/module/cppyy/test/test_crossing.py b/pypy/module/cppyy/test/test_crossing.py
--- a/pypy/module/cppyy/test/test_crossing.py
+++ b/pypy/module/cppyy/test/test_crossing.py
@@ -69,8 +69,6 @@
     return str(pydname)
 
 class AppTestCrossing(AppTestCpythonExtensionBase):
-    #spaceconfig = dict(usemodules=['cpyext', 'thread', '_rawffi',
-    #                               'array', 'rctime', 'binascii', 'itertools', '_ffi', 'cppyy'])
     spaceconfig = dict(usemodules=['cppyy', '_rawffi', '_ffi', 'itertools', 'cpyext'])
 
     def setup_class(cls):


More information about the pypy-commit mailing list