PEP8 Import at the top of the file

svn: r13847
This commit is contained in:
Jérôme Rapinat 2009-12-18 18:09:10 +00:00
parent 25db37841c
commit 5c444a680b

View File

@ -790,7 +790,6 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
win = DisplayNameEditor(self.uistate, self.dbstate, self.track, self)
def date_format_changed(self, obj):
from QuestionDialog import OkDialog
config.set('preferences.date-format', obj.get_active())
OkDialog(_('Change is not immediate'),