~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/hardwaredb/interfaces/webservice.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-09 09:23:38 UTC
  • mfrom: (14333.2.13 history-model)
  • Revision ID: launchpad@pqm.canonical.com-20111209092338-se7u5l0skqzaes1v
[r=jcsackett][bug=295214, 894836,
 898200] Keep sort button ob bug listing pages in sync with the
 displayed data

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    'ParameterError',
24
24
    ]
25
25
 
26
 
# XXX: JonathanLange 2010-11-09 bug=673083: Legacy work-around for circular
27
 
# import bugs.  Break this up into a per-package thing.
28
 
from lp import _schema_circular_imports
29
26
from lp.hardwaredb.interfaces.hwdb import (
30
27
    IHWDBApplication,
31
28
    IHWDevice,
39
36
    IllegalQuery,
40
37
    ParameterError,
41
38
    )
42
 
 
43
 
 
 
39
# XXX: JonathanLange 2010-11-09 bug=673083: Legacy work-around for circular
 
40
# import bugs.  Break this up into a per-package thing.
 
41
from canonical.launchpad.interfaces import _schema_circular_imports
44
42
_schema_circular_imports