[createiso] Remove unused script
The pungi-createiso script should have been removed in f37a14fb
, but was
forgotten. The script is obsoleted by a new method in which ISOs are
created. It's now broken as it calls methods that no longer exist.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
f507b14954
commit
d3b9ae79a5
@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env python2
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
here = sys.path[0]
|
||||
if here != '/usr/bin':
|
||||
# Git checkout
|
||||
sys.path[0] = os.path.dirname(here)
|
||||
|
||||
import pungi.createiso
|
||||
|
||||
if __name__ == '__main__':
|
||||
pungi.createiso.main()
|
Loading…
Reference in New Issue
Block a user