summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(