missing import

This commit is contained in:
Yann Leboulanger 2012-12-28 22:00:24 +01:00
parent aaa217be40
commit 43a3bac502
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import traceback
import threading
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import Pango
from common import i18n # installs _() function
import dialogs