Fixing import to play nicely with admin interface.

This commit is contained in:
Greg Taylor 2006-12-30 08:21:44 +00:00
parent ac5bd46004
commit 7f712d1eda

View file

@ -1,5 +1,5 @@
from django.db import models
import ansi
import evennia.ansi
# Create your models here.
class HelpEntry(models.Model):