~ubuntu-branches/ubuntu/raring/virtinst/raring-proposed

« back to all changes in this revision

Viewing changes to virtinst/VirtualCharDevice.py

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2010-03-25 18:13:28 UTC
  • mfrom: (1.2.7 upstream)
  • mto: (1.6.1 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20100325181328-ah0izdq4cdza60xd
Tags: 0.500.3-1
* [6e8ccf1] Imported Upstream version 0.500.3
* [140e8ed] Drop patches.
* [801ac3f] Switch to new source format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# MA 02110-1301 USA.
19
19
 
20
20
import VirtualDevice
21
 
from xml.sax.saxutils import escape as xml_escape
 
21
from _util import  xml_escape
22
22
 
23
23
from virtinst import _virtinst as _
24
24