コード例 #1
0
ファイル: main.py プロジェクト: acomminos/scrapstream
def main():
        notification_manager.init("Scrapstream")
        GObject.threads_init() # Necessary to use multithreading
        window = StreamWindow()
        window.show()
        signal.signal(signal.SIGINT, signal.SIG_DFL)
        Gtk.main()