[libvirt] [test-API PATCH 4/7] repos/domain/create.py: Fix typo in path to python executable

Peter Krempa pkrempa at redhat.com
Wed Mar 21 12:46:35 UTC 2012


---
 repos/domain/create.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/repos/domain/create.py b/repos/domain/create.py
index b6e1e66..4e3e1c4 100644
--- a/repos/domain/create.py
+++ b/repos/domain/create.py
@@ -1,4 +1,4 @@
-#!/usr/bin/evn python
+#!/usr/bin/env python
 """this test case is used for testing
    create domain from xml
    mandatory arguments:guesttype
-- 
1.7.3.4




More information about the libvir-list mailing list