~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Steve Kowalik
  • Date: 2011-09-13 05:23:16 UTC
  • mto: This revision was merged to the branch mainline in revision 13939.
  • Revision ID: stevenk@ubuntu.com-20110913052316-hl7fzgsklq9jakwq
Chip away at canonical.lazr a little more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from lazr.lifecycle.event import ObjectModifiedEvent
22
22
from lazr.lifecycle.snapshot import Snapshot
23
23
from lazr.restful.declarations import error_status
 
24
from lazr.restful.utils import safe_hasattr
24
25
import pytz
25
26
from sqlobject import (
26
27
    BoolCol,
78
79
    IStoreSelector,
79
80
    MAIN_STORE,
80
81
    )
81
 
from canonical.lazr.utils import safe_hasattr
82
82
from lp.answers.enums import QUESTION_STATUS_DEFAULT_SEARCH
83
83
from lp.answers.interfaces.faqtarget import IFAQTarget
84
84
from lp.answers.model.faq import (