Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'printcore.py')
-rwxr-xr-xprintcore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/printcore.py b/printcore.py
index 370565f..ffa16a8 100755
--- a/printcore.py
+++ b/printcore.py
@@ -35,8 +35,8 @@ if __name__ == '__main__':
for o, a in opts:
if o in ('-h', '--help'):
# FIXME: Fix help
- print "Opts are: --help, -b --baud = baudrate, -v --verbose, \
--s --statusreport"
+ print ("Opts are: --help, -b --baud = baudrate, -v --verbose, "
+ "-s --statusreport")
sys.exit(1)
if o in ('-b', '--baud'):
baud = int(a)