Advertisement
Guest User

Untitled

a guest
Jul 28th, 2011
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.48 KB | None | 0 0
  1. before: models/__init__.py
  2.    before: from askbot.models.question import Question, QuestionRevision
  3. before: models/question.py
  4.    before: from askbot.models import content
  5.    after: from askbot.models import content
  6.    before: from askbot.utils.slug import slugify
  7. before: models/__init__.py
  8.    before: from askbot.models.question import Question, QuestionRevision
  9. before: models/question.py
  10.    before: from askbot.models import content
  11. Traceback (most recent call last):
  12.    ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement