Ticket #13487: patch-lib.py.diff
File patch-lib.py.diff, 377 bytes (added by dima@…, 17 years ago) |
---|
-
tidy/lib.py
old new 25 25 for libname in ('cygtidy-0-99-0', 'libtidy', 'libtidy.so', 26 26 'libtidy-0.99.so.0', 'tidylib'): 27 27 try: 28 thelib = getattr(ctypes.cdll, libname)28 thelib = getattr(ctypes.cdll, '__TIDYLIB__' ) 29 29 break 30 30 except OSError: 31 31 pass