|
migrations
|
Adding migrations for django1.8.
|
2015-04-04 00:08:51 +02:00 |
|
__init__.py
|
Made Evennia run with Django 1.9
|
2016-02-18 10:12:42 +01:00 |
|
manager.py
|
Remove commented out print statements.
|
2015-10-19 23:31:19 +02:00 |
|
models.py
|
Have every class inherit from object.
|
2015-11-09 10:11:34 +01:00 |
|
scripthandler.py
|
Import python3 compatible object.
|
2015-11-02 00:19:04 +01:00 |
|
tests.py
|
Made unittests work, both for django 1.8 and 1.9.
|
2016-02-19 22:43:28 +01:00 |
|
tickerhandler.py
|
Use list* from future.utils.
|
2015-11-09 10:23:00 +00:00 |