mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
correct import
This commit is contained in:
parent
f263ea2aaa
commit
982108da33
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ user.
|
|||
from builtins import object, range
|
||||
|
||||
import re
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
from evennia.utils import utils
|
||||
from evennia.utils.utils import to_str, to_unicode
|
||||
from future.utils import with_metaclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue