[libvirt] [test-API PATCH 3/4] add the missing pty, signal module in utils.py

Guannan Ren gren at redhat.com
Tue Apr 24 09:40:37 UTC 2012


---
 utils/utils.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/utils/utils.py b/utils/utils.py
index a216fa7..455e9cf 100644
--- a/utils/utils.py
+++ b/utils/utils.py
@@ -23,6 +23,8 @@ import random
 import commands
 import socket
 import fcntl
+import pty
+import signal
 import struct
 import pexpect
 import string
-- 
1.7.7.5




More information about the libvir-list mailing list