[QGIS Commit] r11975 - trunk/qgis/python
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat Nov 7 14:20:35 EST 2009
Author: cfarmer
Date: 2009-11-07 14:20:35 -0500 (Sat, 07 Nov 2009)
New Revision: 11975
Modified:
trunk/qgis/python/utils.py
Log:
update to new python utils module to avoid console flush error
Modified: trunk/qgis/python/utils.py
===================================================================
--- trunk/qgis/python/utils.py 2009-11-07 19:20:13 UTC (rev 11974)
+++ trunk/qgis/python/utils.py 2009-11-07 19:20:35 UTC (rev 11975)
@@ -71,6 +71,9 @@
tmp = self.data
self.data = ''
return tmp
+ def flush(self):
+ pass
+
def installConsoleHooks():
sys.displayhook = console_displayhook
More information about the QGIS-commit
mailing list