[Python-checkins] r42921 - python/trunk/Lib/test/test_ctypes.py

thomas.heller python-checkins at python.org
Wed Mar 8 21:38:12 CET 2006


Author: thomas.heller
Date: Wed Mar  8 21:38:11 2006
New Revision: 42921

Added:
   python/trunk/Lib/test/test_ctypes.py   (contents, props changed)
Log:
Trivial test for ctypes, more to come

Added: python/trunk/Lib/test/test_ctypes.py
==============================================================================
--- (empty file)
+++ python/trunk/Lib/test/test_ctypes.py	Wed Mar  8 21:38:11 2006
@@ -0,0 +1,4 @@
+# trivial test
+
+import _ctypes
+import ctypes


More information about the Python-checkins mailing list