summaryrefslogtreecommitdiff
path: root/skullclick.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-10 01:31:03 +0200
committerjomo <github@jomo.tv>2014-06-10 01:31:03 +0200
commit98620428ec0a1116a0530eab8feca3d48f75fb96 (patch)
tree16f04601bb18586e4f41a3ce66600a7da37c6a21 /skullclick.py
parente466d5426cd6cdcc1d250f44b6f16c215b3affc9 (diff)
HUGE code cleanup
Diffstat (limited to 'skullclick.py')
-rw-r--r--skullclick.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/skullclick.py b/skullclick.py
index 448dfaf..e5e022a 100644
--- a/skullclick.py
+++ b/skullclick.py
@@ -1,5 +1,6 @@
+#pylint: disable=F0401
import org.bukkit as bukkit
-from helpers import *
+from helpers import msg
@hook.event("player.PlayerInteractEvent", "monitor")
def onInteract(event):