aboutsummaryrefslogtreecommitdiffstats
path: root/isodumper
blob: df1b8906938d1e3566e2a757f89f78a067de29cf (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/python3
from isodumper import isodumper
import yui

app = isodumper.IsoDumper()
app.run()
# next line seems to be a workaround to prevent the qt-app from crashing
# see https://github.com/libyui/libyui-qt/issues/41
yui.YUILoader.deleteUI()