compiling info

This commit is contained in:
janis
2022-10-23 11:51:20 +02:00
parent 04509e4d9a
commit cfea0e2593
7 changed files with 67 additions and 1 deletions

View File

@@ -7,7 +7,6 @@
#
###########################################################
import sys
from gi.repository import Gtk
import gi
import bin.handler
import multiprocessing
@@ -18,6 +17,9 @@ arg = bin.arg_assembly.ArgAssembly()
checks = bin.checks.Checks()
handler = bin.handler.Handler()
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk
class ErrorDialogFileMissing(Gtk.Dialog):
def __init__(self, parent):
super().__init__(title="Error", transient_for=parent, flags=0)