commit 680e13cd0d7cc1f763fc467f9f1c81af0cd5bb68 Author: aboelhamd Date: Sun Jun 2 21:23:26 2019 +0200 Use python3 diff --git a/rem-bad-sents.py b/rem-bad-sents.py index e7aec1d..9a942e7 100644 --- a/rem-bad-sents.py +++ b/rem-bad-sents.py @@ -1,7 +1,7 @@ import sys if (len(sys.argv) != 4) : - print('\nUsage: python rem-bad-sents.py source-file ambig-target-file(with new lines) new-source-file'); + print('\nUsage: python3 rem-bad-sents.py source-file ambig-target-file(with new lines) new-source-file'); sys.exit() srcFile = open(sys.argv[1], 'r')