diff options
author | Thomas Heller <theller@ctypes.org> | 2006-03-30 18:29:25 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-03-30 18:29:25 (GMT) |
commit | 300269ae6fdacd242b4d5e31552fb5b663920713 (patch) | |
tree | 4caaef3081a95d8cdb9a0959159959452cadf8dd | |
parent | b320682577dd7b3055d88aa162818a8bcd4d5b53 (diff) | |
download | cpython-300269ae6fdacd242b4d5e31552fb5b663920713.zip cpython-300269ae6fdacd242b4d5e31552fb5b663920713.tar.gz cpython-300269ae6fdacd242b4d5e31552fb5b663920713.tar.bz2 |
Oops - this should not have gone in.
-rw-r--r-- | Lib/ctypes/test/test_loading.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |