client.virt.kvm_vm: Remove shebang from source file

It is not necessary as this file is not a stand alone program.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@5343 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/virt/kvm_vm.py b/client/virt/kvm_vm.py
index 619a5f9..57fc61b 100644
--- a/client/virt/kvm_vm.py
+++ b/client/virt/kvm_vm.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 """
 Utility classes and functions to handle Virtual Machine creation using qemu.