Oops - this should not have gone in.

This commit is contained in:
Thomas Heller 2006-03-30 18:29:25 +00:00
parent b320682577
commit 300269ae6f
1 changed files with 0 additions and 1 deletions

View File

@ -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: