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:
authorGuillaume Seguin <guillaume@segu.in>2013-08-15 15:36:43 +0400
committerGuillaume Seguin <guillaume@segu.in>2013-08-15 15:36:43 +0400
commit50ee37ae636659d0c3cede2c2873f45d34e9e4f8 (patch)
tree8685291f3fe070fddfb2815eea5caa3f5f675c8e /printcore.py
parentc3c7f6d0472938d62873aa948489cfd56e314884 (diff)
Cleanup
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)