FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python3 support · Pythoning/python-patterns@af69c0f · GitHub

Commit af69c0f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL