Made Evennia run with Django 1.9

This commit is contained in:
Griatch 2016-02-18 10:12:42 +01:00
parent ba1f10e88f
commit e6a866a150
7 changed files with 11 additions and 32 deletions

View file

@ -4,5 +4,3 @@ Players. These are equivalent to 'accounts' and can puppet one or
more Objects depending on settings. A Player has no in-game existence.
"""
from __future__ import absolute_import
from .players import DefaultGuest, DefaultPlayer