~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2009-12-07 10:04:22 UTC
  • mto: (1.6.3 sid)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20091207100422-2izjffd5ljvqun47
Tags: upstream-0.500.1
Import upstream version 0.500.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    debug = False
41
41
 
42
42
# Used to ensure consistent SDL xml output
43
 
os.environ["HOME"] = "/testdir"
 
43
os.environ["HOME"] = "/tmp"
44
44
os.environ["DISPLAY"] = ":3.4"
45
45
 
46
46
def open_testdriver():