~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/hardwaredb/scripts/hwdbsubmissions.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:26:32 UTC
  • mfrom: (14606.4.19 apocaremains-2)
  • Revision ID: launchpad@pqm.canonical.com-20111231002632-67fafhhz150cct3b
[r=wgrant][no-qa] Explode canonical.lazr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
from zope.interface import implements
33
33
from zope.security.proxy import removeSecurityProxy
34
34
 
35
 
from canonical.lazr.xml import RelaxNGValidator
36
35
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
37
36
from lp.hardwaredb.interfaces.hwdb import (
38
37
    HWBus,
58
57
    ErrorReportingUtility,
59
58
    ScriptRequest,
60
59
    )
 
60
from lp.services.xml import RelaxNGValidator
61
61
 
62
62
 
63
63
_relax_ng_files = {