summaryrefslogtreecommitdiff
path: root/apps/projects/models
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-06-12 20:33:36 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-06-12 20:33:36 +0000
commit6657ae24658383a9841450329a518327638651c0 (patch)
tree82e7fd81486a4b9154f58ed5ffe6ad48e4d8fbdb /apps/projects/models
parent865f8c58c8c29aaf431076bfffb4cfc4e8116b2d (diff)
reorganized lib
Diffstat (limited to 'apps/projects/models')
-rw-r--r--apps/projects/models/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/projects/models/base.py b/apps/projects/models/base.py
index bc42918..96ccd59 100644
--- a/apps/projects/models/base.py
+++ b/apps/projects/models/base.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 photos.models import PhotoGallery