Fix missing import
This commit is contained in:
parent
33014bfd81
commit
aa3b32400b
|
@ -50,6 +50,7 @@ if os.name == 'nt':
|
||||||
import sys
|
import sys
|
||||||
import signal
|
import signal
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
|
from gi.repository import Gdk
|
||||||
from gi.repository import GObject
|
from gi.repository import GObject
|
||||||
import time
|
import time
|
||||||
import locale
|
import locale
|
||||||
|
|
Loading…
Reference in New Issue