From 300269ae6fdacd242b4d5e31552fb5b663920713 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 30 Mar 2006 18:29:25 +0000 Subject: Oops - this should not have gone in. --- Lib/ctypes/test/test_loading.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/ctypes/test/test_loading.py b/Lib/ctypes/test/test_loading.py index 34f7496..37acf55 100644 --- a/Lib/ctypes/test/test_loading.py +++ b/Lib/ctypes/test/test_loading.py @@ -22,7 +22,6 @@ class LoaderTest(unittest.TestCase): else: name = "libc.so.6" ## print (sys.platform, os.name) - name = "impossible.so" try: cdll.load(name) except Exception, details: -- cgit v0.12