mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +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." )
|
print( "-- Both pipes exist. Good." )
|
||||||
|
|
||||||
tofile = open( toname, 'wt+' )
|
tofile = open( toname, 'wt' )
|
||||||
print( "-- File to write to has been opened" )
|
print( "-- File to write to has been opened" )
|
||||||
fromfile = open( fromname, 'rt')
|
fromfile = open( fromname, 'rt')
|
||||||
print( "-- File to read from has now been opened too\r\n" )
|
print( "-- File to read from has now been opened too\r\n" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user