Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessonscreen.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-08-06 16:31:00 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-08-06 16:31:00 (GMT)
commit041f65ae6dcdc22d235c0ef7fe05b53334a4d1ff (patch)
tree1a73e0c0c697e36d0420f309718bd6c6615f0460 /lessonscreen.py
parent535b9dd9c33b0f6daf76042bf183aa94d8afc053 (diff)
Adopt to json changes in python-2.6 #711
Diffstat (limited to 'lessonscreen.py')
-rw-r--r--lessonscreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lessonscreen.py b/lessonscreen.py
index 5b620cb..3177dd5 100644
--- a/lessonscreen.py
+++ b/lessonscreen.py
@@ -16,7 +16,7 @@
# vi:sw=4 et
# 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 _
# Import PyGTK.