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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user