qvm-tools: remove unneeded stubs
Those stubs are now automagically created by setuptools
This commit is contained in:
parent
a8fb99ef0f
commit
c4da931a1d
@ -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())
|
|
@ -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())
|
|
@ -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())
|
|
@ -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())
|
|
@ -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())
|
|
Loading…
Reference in New Issue
Block a user