From: Fredrik Tolf Date: Fri, 7 Aug 2020 00:23:09 +0000 (+0200) Subject: automanga: Remove (apparently) depricated init calls. X-Git-Url: http://www.dolda2000.com/gitweb/?p=automanga.git;a=commitdiff_plain;h=67a47acceac34ad380d4a7cbe67b95d55dcf9667 automanga: Remove (apparently) depricated init calls. --- diff --git a/automanga b/automanga index 39262a7..f2b7ed9 100755 --- a/automanga +++ b/automanga @@ -4,9 +4,6 @@ import sys, getopt import manga.lib, manga.reader, manga.profile, manga.local from gi.repository import Gtk, Gdk, GObject -GObject.threads_init() -Gdk.threads_init() - def usage(out): out.write("usage: automanga [-h] [-p PROFILE] {DIRECTORY|-l LIBRARY ID|-a ALIAS}\n") out.write(" automanga -a ALIAS=LIBRARY:ID\n")