]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/models/node.py
Removes some test code.
[osqa.git] / forum / models / node.py
index abd1f5a3b402f8cf946c1cdf626e77fb91c93dbc..d4d0442e373996148e3a07edf756a3c7efea1e17 100644 (file)
@@ -8,6 +8,7 @@ from django.utils.safestring import mark_safe
 from django.utils.html import strip_tags
 from forum.utils.html import sanitize_html
 from forum.settings import SUMMARY_LENGTH
+from forum.modules import MODULES_PACKAGE
 from utils import PickledObjectField
 
 class NodeContent(models.Model):