Fix missing import

This commit is contained in:
Denis Fomin 2013-05-15 12:51:23 +04:00
parent 33014bfd81
commit aa3b32400b
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ if os.name == 'nt':
import sys
import signal
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GObject
import time
import locale