1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 16:41:14 +02:00

Update pipe_test.py for Python 3

This commit is contained in:
Steve Daulton
2019-03-22 14:16:18 +00:00
parent de427da4c8
commit 6f9746b601
2 changed files with 56 additions and 48 deletions

View File

@@ -5,7 +5,7 @@
Pipe Client may be used as a command-line script to send commands to
Audacity via the mod-script-pipe interface, or loaded as a module.
Requires Python 2.7 or later. Python 3 recommended.
Requires Python 2.7 or later. Python 3 strongly recommended.
======================
Command Line Interface