Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/medalscreen.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 /medalscreen.py
parent535b9dd9c33b0f6daf76042bf183aa94d8afc053 (diff)
Adopt to json changes in python-2.6 #711
Diffstat (limited to 'medalscreen.py')
-rw-r--r--medalscreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/medalscreen.py b/medalscreen.py
index 42833bf..a1d881a 100644
--- a/medalscreen.py
+++ b/medalscreen.py
@@ -15,7 +15,7 @@
# along with Typing Turtle. If not, see <http://www.gnu.org/licenses/>.
# 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.