summaryrefslogtreecommitdiffstats
path: root/superkaramba/examples/unicode/unicode.py
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/examples/unicode/unicode.py')
-rw-r--r--superkaramba/examples/unicode/unicode.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/examples/unicode/unicode.py b/superkaramba/examples/unicode/unicode.py
index 13d1136..6e0447a 100644
--- a/superkaramba/examples/unicode/unicode.py
+++ b/superkaramba/examples/unicode/unicode.py
@@ -9,7 +9,7 @@ import karamba
#this is called when you widget is initialized
def initWidget(widget):
- text=u"""
+ text="""
<h1>UNICODE Example</h1>
<h3>Greek:</h3>
\u03B1\u03B2\u03B3\u03B4\u03B5\u03B6\u03B7\u03B8\u03B9\u03BA\u03BB\u03BC\u03BD\u03BE\u03BF\u03C0
@@ -113,4 +113,4 @@ def widgetMouseMoved(widget, x, y, button):
pass
# This will be printed when the widget loads.
-print "Loaded Karamba Unicode Test"
+print("Loaded Karamba Unicode Test")