Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessonbuilder.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 /lessonbuilder.py
parent7c39d268d2099d095b4d0b825897efa628475143 (diff)
Support json in python25 environment
Diffstat (limited to 'lessonbuilder.py')
-rwxr-xr-xlessonbuilder.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lessonbuilder.py b/lessonbuilder.py
index 396ac86..40c140e 100755
--- a/lessonbuilder.py
+++ b/lessonbuilder.py
@@ -16,8 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with Typing Turtle. If not, see <http://www.gnu.org/licenses/>.
-import os, sys, random, json, locale, re, optparse
+import os, sys, random, locale, re, optparse
from gettext import gettext as _
+from port import json
# For modifier constants.
import gtk