Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessonbuilder.py
diff options
context:
space:
mode:
Diffstat (limited to 'lessonbuilder.py')
-rwxr-xr-xlessonbuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lessonbuilder.py b/lessonbuilder.py
index c7c4d1a..a3e3465 100755
--- a/lessonbuilder.py
+++ b/lessonbuilder.py
@@ -18,7 +18,7 @@
import os, sys, random, locale, re, optparse
from gettext import gettext as _
-from port import json
+import json
# For modifier constants.
from gi.repository import Gtk