summaryrefslogtreecommitdiffstats
path: root/gi/overrides/Gtk.py
blob: 0f5d46ae88cebdeb2cd8446cd782c7c02caf81f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
from ..importer import modules

Gtk = modules['Gtk']


__all__ = []


import sys

initialized, argv = Gtk.init_check(sys.argv)
if not initialized:
    raise RuntimeError("Gtk couldn't be initialized")