mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 14:50:17 +01:00
Make docimages_core.py py3 compatible
This commit is contained in:
@@ -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" )
|
||||||
|
|||||||
Reference in New Issue
Block a user