[pypy-svn] r51613 - pypy/dist/pypy/lib/app_test/ctypes

fijal at codespeak.net fijal at codespeak.net
Mon Feb 18 22:02:53 CET 2008


Author: fijal
Date: Mon Feb 18 22:02:53 2008
New Revision: 51613

Modified:
   pypy/dist/pypy/lib/app_test/ctypes/test_array.py
   pypy/dist/pypy/lib/app_test/ctypes/test_array_in_pointer.py
Log:
Remove artifacts.


Modified: pypy/dist/pypy/lib/app_test/ctypes/test_array.py
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/test_array.py	(original)
+++ pypy/dist/pypy/lib/app_test/ctypes/test_array.py	Mon Feb 18 22:02:53 2008
@@ -2,7 +2,6 @@
 import py
 from ctypes import *
 from support import BaseCTypesTestChecker
-import _rawffi
 
 formats = "bBhHiIlLqQfd"
 

Modified: pypy/dist/pypy/lib/app_test/ctypes/test_array_in_pointer.py
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/test_array_in_pointer.py	(original)
+++ pypy/dist/pypy/lib/app_test/ctypes/test_array_in_pointer.py	Mon Feb 18 22:02:53 2008
@@ -26,7 +26,6 @@
 
 class TestOne(BaseCTypesTestChecker):
     def test(self):
-        from _rawffi import _num_of_allocated_objects as _num
         # create an array of 4 values
         val_array = (Value * 4)()
 



More information about the Pypy-commit mailing list