mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Converted oobhandler to use tickerhandler.
This commit is contained in:
parent
029ee71ffa
commit
e481161444
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ from src.server.models import ServerConfig
|
|||
from src.server.sessionhandler import SESSIONS
|
||||
#from src.scripts.scripts import Script
|
||||
#from src.utils.create import create_script
|
||||
from src.scripts import Ticker, TickerPool, TickerHandler
|
||||
from src.scripts.tickerhandler import Ticker, TickerPool, TickerHandler
|
||||
from src.utils.dbserialize import dbserialize, dbunserialize, pack_dbobj, unpack_dbobj
|
||||
from src.utils import logger
|
||||
from src.utils.utils import all_from_module, make_iter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue