summaryrefslogtreecommitdiff
path: root/tilehelper.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-13 17:10:14 +0200
committerjomo <github@jomo.tv>2014-07-13 17:10:14 +0200
commit7981591fb7d83df3b9289903e76fc5a4a0d19570 (patch)
treee4ce72e6ecd340988e93583257437afb3c59cf6a /tilehelper.py
parent23973651cc80389be3e7d0da42f07c9138466636 (diff)
using jython 2.7b2
Diffstat (limited to 'tilehelper.py')
-rw-r--r--tilehelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tilehelper.py b/tilehelper.py
index af22d30..0018961 100644
--- a/tilehelper.py
+++ b/tilehelper.py
@@ -3,7 +3,7 @@ import org.bukkit.event.block.BlockPlaceEvent as BlockPlaceEvent
import org.bukkit.event.block.BlockBreakEvent as BlockBreakEvent
import org.bukkit.event.player.PlayerInteractEvent as PlayerInteractEvent
import thread
-import simplejson as json
+import json
from time import sleep
from helpers import *