Commit 300269ae authored by Thomas Heller's avatar Thomas Heller

Oops - this should not have gone in.

parent b3206825
...@@ -22,7 +22,6 @@ class LoaderTest(unittest.TestCase): ...@@ -22,7 +22,6 @@ class LoaderTest(unittest.TestCase):
else: else:
name = "libc.so.6" name = "libc.so.6"
## print (sys.platform, os.name) ## print (sys.platform, os.name)
name = "impossible.so"
try: try:
cdll.load(name) cdll.load(name)
except Exception, details: except Exception, details:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment