~ubuntu-branches/ubuntu/karmic/zeroinstall-injector/karmic

« back to all changes in this revision

Viewing changes to zeroinstall/injector/qdom.py

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Leonard
  • Date: 2008-09-06 11:24:04 UTC
  • mfrom: (1.1.7 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080906112404-oogt9d2ir3tx8238
Tags: 0.36-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# See the README file for details, or visit http://0install.net.
9
9
 
10
10
from xml.parsers import expat
11
 
import sys
12
11
 
13
12
class Element(object):
14
13
        """An XML element.