diff options
author | eliott <eliott@cactuswax.net> | 2007-12-22 16:21:21 -0500 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-22 16:21:21 -0500 |
commit | bd9a99d79193673caa568ab8c17edfd873e8a27e (patch) | |
tree | de6d7e346e98840662e2bd6f0fad70f4ed99b564 /news/models.py | |
parent | f02fdceef9a041f363732490769f1babc8f64515 (diff) |
renamed imports
Diffstat (limited to 'news/models.py')
-rw-r--r-- | news/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/models.py b/news/models.py index acd9667c..68d2865d 100644 --- a/news/models.py +++ b/news/models.py @@ -1,7 +1,7 @@ from django.db import models from django.contrib.auth.models import User import re -from archlinux.utils import Stripper +from archweb_dev.utils import Stripper class News(models.Model): id = models.AutoField(primary_key=True) |