Skip to content

Commit af69c0f

Browse files
author
Sakis Kasampalis
committed
python3 support
1 parent 98e901a commit af69c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factory_method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def get_localizer(language="English"):
2727
e, j = get_localizer("English"), get_localizer("Greek")
2828
# Localize some text
2929
for msgid in "dog parrot cat bear".split():
30-
print e.get(msgid), j.get(msgid)
30+
print(e.get(msgid), j.get(msgid))

0 commit comments

Comments
 (0)