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
|
from builtins import object, range
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
from django.conf import settings
|
||||||
|
|
||||||
from evennia.utils import utils
|
from evennia.utils import utils
|
||||||
from evennia.utils.utils import to_str, to_unicode
|
from evennia.utils.utils import to_str, to_unicode
|
||||||
from future.utils import with_metaclass
|
from future.utils import with_metaclass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue