summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-09 22:37:53 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-09 22:37:53 -0400
commitd2366456a4c134d6b9078311e7033b85caf2c3d1 (patch)
tree6a0723b75fe1801eccb938fab319e860d713107d
parent27ce0e39a8cd7d6d8b76208bd4104fb2e56d15aa (diff)
downloadaskbot-d2366456a4c134d6b9078311e7033b85caf2c3d1.tar.gz
askbot-d2366456a4c134d6b9078311e7033b85caf2c3d1.tar.bz2
askbot-d2366456a4c134d6b9078311e7033b85caf2c3d1.zip
yet another jive import bug
-rw-r--r--askbot/management/commands/askbot_import_jive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/management/commands/askbot_import_jive.py b/askbot/management/commands/askbot_import_jive.py
index 98698ec7..ed094b63 100644
--- a/askbot/management/commands/askbot_import_jive.py
+++ b/askbot/management/commands/askbot_import_jive.py
@@ -72,7 +72,7 @@ class Command(BaseCommand):
def import_thread(self, thread, tag_name):
"""import individual thread"""
- question_soup = thread.message
+ question_soup = thread.find('Message')
title, body, timestamp, user = self.parse_post(question_soup)
#post question
question = user.post_question(