[jhbuild/desktop-testing] [ldtp] Missing imports for running under Xvfb



commit b027c7232d443d9937a268171f844f50416ae6c4
Author: John Carr <john carr unrouted co uk>
Date:   Tue May 19 19:33:05 2009 +0100

    [ldtp] Missing imports for running under Xvfb
---
 jhbuild/utils/ldtp.py |    2 ++
 jhbuild/utils/xvfb.py |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/jhbuild/utils/ldtp.py b/jhbuild/utils/ldtp.py
index 3fd439b..9f2860e 100644
--- a/jhbuild/utils/ldtp.py
+++ b/jhbuild/utils/ldtp.py
@@ -23,6 +23,8 @@
 # The LDTP and Dogtail helpers are inspired by the work done in GSOC on
 # testmodule.py by Prashanth Mohan.
 
+import os, sys, subprocess, signal, time
+
 from jhbuild.errors import FatalError
 from jhbuild.utils.xvfb import XvfbWrapper
 
diff --git a/jhbuild/utils/xvfb.py b/jhbuild/utils/xvfb.py
index 948c39f..8d91b03 100644
--- a/jhbuild/utils/xvfb.py
+++ b/jhbuild/utils/xvfb.py
@@ -22,7 +22,7 @@
 
 # Heavily based on testmodule.py (FIXME: Proper attribution of GSOC student)
 
-import os, sys, subprocess, random, md5, tempfile
+import os, sys, subprocess, signal, random, md5, tempfile, time
 
 from jhbuild.errors import FatalError
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]