~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/sourcepackage.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-04-26 21:01:38 UTC
  • mfrom: (12915.5.6 question-enums-0)
  • Revision ID: launchpad@pqm.canonical.com-20110426210138-j3jm6vik0x9cn0ef
[rs=sinzui][bug=771321] Rename answers/interfaces/questionenums to
 answers/enums.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
from canonical.launchpad.interfaces.lpstorm import IStore
33
33
from canonical.lazr.utils import smartquote
34
34
from canonical.launchpad.webapp.interfaces import ILaunchBag
35
 
from lp.answers.interfaces.questioncollection import (
36
 
    QUESTION_STATUS_DEFAULT_SEARCH,
37
 
    )
 
35
from lp.answers.enums import QUESTION_STATUS_DEFAULT_SEARCH
38
36
from lp.answers.interfaces.questiontarget import IQuestionTarget
39
37
from lp.answers.model.question import (
40
38
    QuestionTargetMixin,