Fixing import to play nicely with admin interface.
This commit is contained in:
parent
ac5bd46004
commit
7f712d1eda
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
from django.db import models
|
from django.db import models
|
||||||
import ansi
|
import evennia.ansi
|
||||||
|
|
||||||
# Create your models here.
|
# Create your models here.
|
||||||
class HelpEntry(models.Model):
|
class HelpEntry(models.Model):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue