diff options
| author | Thierry Carrez <thierry@openstack.org> | 2011-08-05 14:02:55 +0200 |
|---|---|---|
| committer | Thierry Carrez <thierry@openstack.org> | 2011-08-05 14:02:55 +0200 |
| commit | 2a89883297f6b5398abb7486e9e26c12ab0fc0ec (patch) | |
| tree | 2e7d16a791102f9aac5919f7a9262726984e411a /nova/console | |
| parent | 502801bfff0015ed3aa93b9d65a87cb6b80fd11d (diff) | |
Remove spurious direct use of subprocess
Diffstat (limited to 'nova/console')
| -rw-r--r-- | nova/console/xvp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/console/xvp.py b/nova/console/xvp.py index 3cd287183..2d6842044 100644 --- a/nova/console/xvp.py +++ b/nova/console/xvp.py @@ -20,7 +20,6 @@ import fcntl import os import signal -import subprocess from Cheetah import Template |
