Skip to content

Commit

Permalink
update to new python utils module to avoid console flush error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11975 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
cfarmer committed Nov 7, 2009
1 parent fb42a8d commit 1fea1f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/utils.py
Expand Up @@ -71,6 +71,9 @@ def get_and_clean_data(self):
tmp = self.data
self.data = ''
return tmp
def flush(self):
pass


def installConsoleHooks():
sys.displayhook = console_displayhook
Expand Down

0 comments on commit 1fea1f2

Please sign in to comment.