diff options
Diffstat (limited to 'Demo/scripts/pp.py')
-rwxr-xr-x | Demo/scripts/pp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/pp.py b/Demo/scripts/pp.py index 2530ea3..486986a 100755 --- a/Demo/scripts/pp.py +++ b/Demo/scripts/pp.py @@ -58,7 +58,7 @@ for option, optarg in optlist: NFLAG = 1 PFLAG = 1 else: - print option, 'not recognized???' + print(option, 'not recognized???') if not ARGS: ARGS.append('-') |