qvm-tools: remove unneeded stubs

Those stubs are now automagically created by setuptools
Este commit está contenido en:
Wojtek Porczyk 2015-09-28 18:28:54 +02:00
padre a8fb99ef0f
commit c4da931a1d
Se han modificado 5 ficheros con 0 adiciones y 35 borrados

Ver fichero

@ -1,7 +0,0 @@
#!/usr/bin/python2
# vim: fileencoding=utf-8
import sys
import qubes.tools.qubes_create
sys.exit(not qubes.tools.qubes_create.main())

Ver fichero

@ -1,7 +0,0 @@
#!/usr/bin/python2 -O
# vim: fileencoding=utf-8
import sys
import qubes.tools.qvm_create
sys.exit(not qubes.tools.qvm_create.main())

Ver fichero

@ -1,7 +0,0 @@
#!/usr/bin/python2
# vim: fileencoding=utf-8
import sys
import qubes.tools.qvm_ls
sys.exit(not qubes.tools.qvm_ls.main())

Ver fichero

@ -1,7 +0,0 @@
#!/usr/bin/python2 -O
# vim: fileencoding=utf-8
import sys
import qubes.tools.qvm_prefs
sys.exit(not qubes.tools.qvm_prefs.main())

Ver fichero

@ -1,7 +0,0 @@
#!/usr/bin/python2 -O
# vim: fileencoding=utf-8
import sys
import qubes.tools.qvm_start
sys.exit(not qubes.tools.qvm_start.main())