~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/__init__.py

  • Committer: William Grant
  • Date: 2011-12-30 07:13:58 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230071358-xg29hak0oi23mgsb
canonical.lazr no longer exports Exported(Image)Folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    canonical_url,
32
32
    LaunchpadView,
33
33
    )
34
 
from canonical.lazr import ExportedFolder
 
34
from canonical.lazr.folder import ExportedFolder
35
35
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
36
36
from lp.bugs.interfaces.bugtask import (
37
37
    BugTaskSearchParams,