From ee2017bb055c7baae36edd5e1cf19a955649feab Mon Sep 17 00:00:00 2001 From: Worros Date: Fri, 17 Oct 2008 20:23:28 +0800 Subject: [PATCH] Fix comment - no mtime set at that point --- pyfpdb/GuiAutoImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/GuiAutoImport.py b/pyfpdb/GuiAutoImport.py index e4d145dd..25e38fec 100644 --- a/pyfpdb/GuiAutoImport.py +++ b/pyfpdb/GuiAutoImport.py @@ -87,7 +87,7 @@ class GuiAutoImport (threading.Thread): # self.pipe_to_hud = os.popen(command, 'w') self.path=self.pathTBuffer.get_text(self.pathTBuffer.get_start_iter(), self.pathTBuffer.get_end_iter()) -# Add directory to importer object and set the initial mtime reference. +# Add directory to importer object. self.importer.addImportDirectory(self.path, True) self.do_import()