From 98620428ec0a1116a0530eab8feca3d48f75fb96 Mon Sep 17 00:00:00 2001 From: jomo Date: Tue, 10 Jun 2014 01:31:03 +0200 Subject: HUGE code cleanup --- skullclick.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'skullclick.py') 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): -- cgit v1.2.3