From: Thomas Heller Date: Thu, 30 Mar 2006 18:29:25 +0000 (+0000) Subject: Oops - this should not have gone in. X-Git-Tag: v2.5a0~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=300269ae6fdacd242b4d5e31552fb5b663920713;p=thirdparty%2FPython%2Fcpython.git Oops - this should not have gone in. --- diff --git a/Lib/ctypes/test/test_loading.py b/Lib/ctypes/test/test_loading.py index 34f74963da60..37acf55fbc66 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: