diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-12 20:33:36 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-12 20:33:36 +0000 |
commit | 6657ae24658383a9841450329a518327638651c0 (patch) | |
tree | 82e7fd81486a4b9154f58ed5ffe6ad48e4d8fbdb /apps/blog/models.py | |
parent | 865f8c58c8c29aaf431076bfffb4cfc4e8116b2d (diff) |
reorganized lib
Diffstat (limited to 'apps/blog/models.py')
-rw-r--r-- | apps/blog/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/blog/models.py b/apps/blog/models.py index c3b5a3a..9995bc1 100644 --- a/apps/blog/models.py +++ b/apps/blog/models.py @@ -6,7 +6,7 @@ from django.contrib.sitemaps import Sitemap from django.template.defaultfilters import truncatewords_html -import markdown2 as markdown +from utils import markdown2 as markdown from tagging.fields import TagField from tagging.models import Tag |