~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/xml.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:
11
11
 
12
12
import os
13
13
from tempfile import NamedTemporaryFile
 
14
 
14
15
from lp.services.helpers import simple_popen2
15
16
 
 
17
 
16
18
class XMLValidator:
17
19
    """A validator for XML files against a schema."""
18
20