From 5c444a680bec4da64ced3ccc1720b6c9214dfc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 18 Dec 2009 18:09:10 +0000 Subject: [PATCH] PEP8 Import at the top of the file svn: r13847 --- src/GrampsCfg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GrampsCfg.py b/src/GrampsCfg.py index b68f7d3e5..b84bc0ccb 100644 --- a/src/GrampsCfg.py +++ b/src/GrampsCfg.py @@ -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'),