started tilehelper plugin

This commit is contained in:
jomo
2014-06-07 01:27:06 +02:00
parent a9a540a73e
commit 4381db73fb
2 changed files with 26 additions and 1 deletions

View File

@@ -36,7 +36,11 @@ except Exception, e:
try:
import skullclick
except Exception, e:
print("[RedstonerUtils] ERROR: Failed to import saylol: %s]" % e)
print("[RedstonerUtils] ERROR: Failed to import skullclick: %s]" % e)
try:
import tilehelper
except Exception, e:
print("[RedstonerUtils] ERROR: Failed to import tilehelper: %s]" % e)
try:
from helpers import *
except Exception, e: