update to new python utils module to avoid console flush error

git-svn-id: http://svn.osgeo.org/qgis/trunk@11975 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
cfarmer 2009-11-07 19:20:35 +00:00
parent 04807f963d
commit e4f8eddc43

View File

@ -71,6 +71,9 @@ class QgisOutputCatcher:
tmp = self.data
self.data = ''
return tmp
def flush(self):
pass
def installConsoleHooks():
sys.displayhook = console_displayhook