[Python-checkins] r43461 - python/trunk/Lib/ctypes/test/test_loading.py

thomas.heller python-checkins at python.org
Thu Mar 30 20:29:26 CEST 2006


Author: thomas.heller
Date: Thu Mar 30 20:29:25 2006
New Revision: 43461

Modified:
   python/trunk/Lib/ctypes/test/test_loading.py
Log:
Oops - this should not have gone in.

Modified: python/trunk/Lib/ctypes/test/test_loading.py
==============================================================================
--- python/trunk/Lib/ctypes/test/test_loading.py	(original)
+++ python/trunk/Lib/ctypes/test/test_loading.py	Thu Mar 30 20:29:25 2006
@@ -22,7 +22,6 @@
         else:
             name = "libc.so.6"
 ##        print (sys.platform, os.name)
-        name = "impossible.so"
         try:
             cdll.load(name)
         except Exception, details:


More information about the Python-checkins mailing list