mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Made unittests work, both for django 1.8 and 1.9.
This commit is contained in:
parent
c0537fe456
commit
43dc48a675
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# this is an optimized version only available in later Django versions
|
||||
from django.utils.unittest import TestCase
|
||||
|
||||
from unittest import TestCase
|
||||
from evennia.scripts.models import ScriptDB, ObjectDoesNotExist
|
||||
from evennia.utils.create import create_script
|
||||
from evennia.scripts.scripts import DoNothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue