Fixed many path-related issues, getting closing to getting the server to boot.

This commit is contained in:
Griatch 2015-01-08 16:00:22 +01:00
parent 0c9bf08c5a
commit 33a42d06c5
15 changed files with 130 additions and 75 deletions

View file

@ -54,7 +54,6 @@ create_message = None
lockfuncs = None
tickerhandler = None
logger = None
utils = None
gametime = None
ansi = None
spawn = None
@ -125,7 +124,6 @@ def init():
from locks import lockfuncs
from scripts.tickerhandler import TICKER_HANDLER as tickerhandler
from utils import logger
from utils import utils
from utils import gametime
from utils import ansi
from utils.spawner import spawn