From e9f1142cead47b58e3c59f081be585e7a4630591 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 13 Jul 2014 17:03:11 +0200 Subject: [PATCH] typo fix --- chatgroups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatgroups.py b/chatgroups.py index 3c5c1b2..18c56b1 100644 --- a/chatgroups.py +++ b/chatgroups.py @@ -1,6 +1,6 @@ #pylint: disable=F0401 from helpers import * -from java.utils.UUID import fromString as juuid +from java.util.UUID import fromString as juuid import simplejson as json chatgroups_filename = "plugins/redstoner-utils.py.dir/files/chatgroups.json"