summaryrefslogtreecommitdiff
path: root/blessings/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'blessings/__init__.py')
-rw-r--r--blessings/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/blessings/__init__.py b/blessings/__init__.py
index d9305e6..779ca09 100644
--- a/blessings/__init__.py
+++ b/blessings/__init__.py
@@ -247,9 +247,9 @@ class Terminal(object):
term = Terminal()
with term.location(2, 5):
- print 'Hello, world!'
+ print('Hello, world!')
for x in xrange(10):
- print 'I can do it %i times!' % x
+ print('I can do it %i times!' % x)
Specify ``x`` to move to a certain column, ``y`` to move to a certain
row, both, or neither. If you specify neither, only the saving and