Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/typingturtle.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-08-06 19:56:45 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-08-06 19:56:45 (GMT)
commit7a18ecfdc19201647c46dfe18dc650d0c4bc4acc (patch)
tree5103a7e8773daa24be2b8d6357b186665508a52b /typingturtle.py
parent7c39d268d2099d095b4d0b825897efa628475143 (diff)
Support json in python25 environment
Diffstat (limited to 'typingturtle.py')
-rwxr-xr-xtypingturtle.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/typingturtle.py b/typingturtle.py
index e09fc71..f49c06a 100755
--- a/typingturtle.py
+++ b/typingturtle.py
@@ -16,8 +16,9 @@
"""Typing Turtle - Interactive typing tutor for the OLPC XO."""
# Import standard Python modules.
-import logging, os, math, time, copy, json, locale, datetime, random, re
+import logging, os, math, time, copy, locale, datetime, random, re
from gettext import gettext as _
+from port import json
# Set up remote debugging.
#import dbgp.client