summaryrefslogtreecommitdiff
path: root/jasper.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-12-04 16:56:49 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2014-12-04 17:20:53 +0100
commit87bdc5e4b5a788547764e1c222008a6c7c54232a (patch)
tree38d7d24f8f52b41ea3017f3e05edda62a210fb18 /jasper.py
parent68e5c979ad6f643af23a8c1e5895c8bb38527328 (diff)
downloadjasper-client-87bdc5e4b5a788547764e1c222008a6c7c54232a.tar.gz
jasper-client-87bdc5e4b5a788547764e1c222008a6c7c54232a.zip
Use Python-3-style print function to match coding style
This also makes a possible transition to Python 3.x easier
Diffstat (limited to 'jasper.py')
-rwxr-xr-xjasper.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/jasper.py b/jasper.py
index dbb1c08..ff3eb81 100755
--- a/jasper.py
+++ b/jasper.py
@@ -113,10 +113,10 @@ class Jasper(object):
if __name__ == "__main__":
- print "==========================================================="
- print " JASPER The Talking Computer "
- print " Copyright 2013 Shubhro Saha & Charlie Marsh "
- print "==========================================================="
+ print("===========================================================")
+ print(" JASPER The Talking Computer ")
+ print(" Copyright 2013 Shubhro Saha & Charlie Marsh ")
+ print("===========================================================")
logging.basicConfig()
logger = logging.getLogger()