Cleaner intermediate print during autoimport.

This commit is contained in:
Ray
2009-02-24 10:54:02 -05:00
parent f1530860d2
commit c535dc7f24
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -106,7 +106,8 @@ class GuiAutoImport (threading.Thread):
"""Callback for timer to do an import iteration."""
if self.doAutoImportBool:
self.importer.runUpdated()
print "GuiAutoImport.import_dir done"
sys.stdout.write(".")
sys.stdout.flush()
return True
else:
return False