qvm-tools: remove unneeded stubs

Those stubs are now automagically created by setuptools
This commit is contained in:
Wojtek Porczyk 2015-09-28 18:28:54 +02:00
parent a8fb99ef0f
commit c4da931a1d
5 changed files with 0 additions and 35 deletions

View File

@ -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())

View File

@ -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())

View File

@ -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())

View File

@ -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())

View File

@ -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())