aboutsummaryrefslogtreecommitdiffstats
path: root/lvc/widgets/osx/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'lvc/widgets/osx/base.py')
-rw-r--r--lvc/widgets/osx/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvc/widgets/osx/base.py b/lvc/widgets/osx/base.py
index 234f266..b24b126 100644
--- a/lvc/widgets/osx/base.py
+++ b/lvc/widgets/osx/base.py
@@ -121,7 +121,7 @@ class Widget(signals.SignalEmitter):
height = int(request[1])
indent = ' ' * nesting_level
me = str(self.__class__).split('.')[-1]
- print '%s%s: %sx%s' % (indent, me, width, height)
+ print('%s%s: %sx%s' % (indent, me, width, height))
def place(self, rect, containing_view):
"""Place this widget on a view. """