1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Update lilv, lv2, serd, sord, sratom, and add suil.

This commit is contained in:
yam
2015-04-07 23:19:22 -05:00
parent f88b27e6d8
commit 57fb87e96d
1460 changed files with 64512 additions and 10876 deletions

View File

@@ -108,7 +108,7 @@ def h_file(fname):
finally:
f.close()
return m.digest()
if hasattr(os,'O_NOINHERIT'):
if hasattr(os,'O_NOINHERIT')and sys.hexversion<0x3040000:
def readf_win32(f,m='r',encoding='ISO8859-1'):
flags=os.O_NOINHERIT|os.O_RDONLY
if'b'in m: