mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Make docimages_core.py py3 compatible
This commit is contained in:
parent
f3efee7ed5
commit
443e4171f2
@ -35,7 +35,7 @@ def startPipes() :
|
||||
|
||||
print( "-- Both pipes exist. Good." )
|
||||
|
||||
tofile = open( toname, 'wt+' )
|
||||
tofile = open( toname, 'wt' )
|
||||
print( "-- File to write to has been opened" )
|
||||
fromfile = open( fromname, 'rt')
|
||||
print( "-- File to read from has now been opened too\r\n" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user