mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
Finished moving stuff around, things should be in mostly working order now.
This commit is contained in:
parent
fd264667b8
commit
a954069776
11 changed files with 27 additions and 28 deletions
|
|
@ -9,9 +9,9 @@ import time
|
|||
from apps.objects.models import Object
|
||||
import defines_global
|
||||
import cmdtable
|
||||
import functions_general
|
||||
from src import logger
|
||||
from src import comsys
|
||||
import logger
|
||||
import comsys
|
||||
from util import functions_general
|
||||
|
||||
class UnknownCommand(Exception):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue