1
0
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:
Leland Lucius 2021-02-18 22:51:26 -06:00
parent f3efee7ed5
commit 443e4171f2

View File

@ -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" )