mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Forgot to remove some defunct imports.
This commit is contained in:
parent
2ee54678ae
commit
f1404356ea
3 changed files with 1 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ Everything starts at handle_setup()
|
|||
from django.contrib.auth.models import User
|
||||
from django.core import management
|
||||
from django.conf import settings
|
||||
from src.config.models import ConfigValue, ConnectScreen
|
||||
from src.config.models import ConfigValue
|
||||
from src.help.models import HelpEntry
|
||||
from src.utils import create
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ sessions etc.
|
|||
|
||||
from twisted.conch.telnet import StatefulTelnetProtocol
|
||||
from django.conf import settings
|
||||
from src.config.models import ConnectScreen
|
||||
from src.server import session
|
||||
from src.utils import ansi, utils
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ from django.utils.encoding import force_unicode
|
|||
from django.conf import settings
|
||||
from src.utils import utils
|
||||
from src.utils.text2html import parse_html
|
||||
from src.config.models import ConnectScreen
|
||||
from src.server import session
|
||||
from src.server.sessionhandler import SESSIONS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue