[pypy-svn] r53017 - in pypy/dist/pypy/lib: . app_test/ctypes ctypes

fijal at codespeak.net fijal at codespeak.net
Thu Mar 27 20:28:09 CET 2008


Author: fijal
Date: Thu Mar 27 20:28:08 2008
New Revision: 53017

Added:
   pypy/dist/pypy/lib/ctypes_support.py
      - copied unchanged from r53015, pypy/dist/pypy/lib/ctypes/support.py
Removed:
   pypy/dist/pypy/lib/ctypes/support.py
Modified:
   pypy/dist/pypy/lib/app_test/ctypes/test_support.py
Log:
Move this stuff a bit, not to pretend it's a part of ctypes.


Modified: pypy/dist/pypy/lib/app_test/ctypes/test_support.py
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/test_support.py	(original)
+++ pypy/dist/pypy/lib/app_test/ctypes/test_support.py	Thu Mar 27 20:28:08 2008
@@ -1,6 +1,6 @@
 
 from ctypes import *
-from ctypes.support import standard_c_lib, get_errno, set_errno
+from ctypes_support import standard_c_lib, get_errno, set_errno
 
 def test_stdlib_and_errno():
     write = standard_c_lib.write



More information about the Pypy-commit mailing list