summaryrefslogtreecommitdiff
path: root/chatgroups.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 /chatgroups.py
parent23973651cc80389be3e7d0da42f07c9138466636 (diff)
using jython 2.7b2
Diffstat (limited to 'chatgroups.py')
-rw-r--r--chatgroups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chatgroups.py b/chatgroups.py
index 18c56b1..4b79567 100644
--- a/chatgroups.py
+++ b/chatgroups.py
@@ -1,7 +1,7 @@
#pylint: disable=F0401
from helpers import *
from java.util.UUID import fromString as juuid
-import simplejson as json
+import json
chatgroups_filename = "plugins/redstoner-utils.py.dir/files/chatgroups.json"
groups = {}