Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'game.py')
-rwxr-xr-xgame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.py b/game.py
index 9a89eb5..3c9bbd0 100755
--- a/game.py
+++ b/game.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
import os
import math
-import simplejson as json
+import json
import pygame
from gi.repository import Gtk