diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 16:53:03 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 16:53:03 -0800 |
commit | 89659cef5f309d7eb6bc6ca3d4ab84b779c6728d (patch) | |
tree | 408d70e71cd1dbe34157ba8934ecf0775170df12 /news | |
parent | 7d753eaa13fdc3c801facccf77c6618a242738a8 (diff) |
Removed import no longer used.
Diffstat (limited to 'news')
-rw-r--r-- | news/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/news/models.py b/news/models.py index 14837a5f..b8709b48 100644 --- a/news/models.py +++ b/news/models.py @@ -1,7 +1,6 @@ from django.db import models from django.contrib.auth.models import User import re -from archweb_dev.utils import Stripper class News(models.Model): id = models.AutoField(primary_key=True) |