Dolda2000 GitWeb
/
automanga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fdbf18
)
automanga: Remove (apparently) depricated init calls.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 7 Aug 2020 00:23:09 +0000
(
02:23
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 7 Aug 2020 00:23:09 +0000
(
02:23
+0200)
automanga
patch
|
blob
|
blame
|
history
diff --git
a/automanga
b/automanga
index
39262a7
..
f2b7ed9
100755
(executable)
--- 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")