mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
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
|
||||
import ansi
|
||||
import evennia.ansi
|
||||
|
||||
# Create your models here.
|
||||
class HelpEntry(models.Model):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue