~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-30 09:16:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230091636-98cdy5g26oyf6q6u
format-imports

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 lp.services.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 = {