From 40e13f0bb1cb717f576c1548ec10340ff00dcceb Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 24 Mar 2006 18:49:47 +0000 Subject: [PATCH] explain sth better --- src/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index 925a97ccb..73bddac3e 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -34,7 +34,7 @@ try: except: HAS_GTK_SPELL = False -# those imports are not used in this file, but in files that import dialog +# those imports are not used in this file, but in files that 'import dialogs' # so they can do dialog.GajimThemesWindow() for example from filetransfers_window import FileTransfersWindow from gajim_themes_window import GajimThemesWindow