Skip to content

Commit e4f8edd

Browse files
author
cfarmer
committed
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
1 parent 04807f9 commit e4f8edd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ def get_and_clean_data(self):
7171
tmp = self.data
7272
self.data = ''
7373
return tmp
74+
def flush(self):
75+
pass
76+
7477

7578
def installConsoleHooks():
7679
sys.displayhook = console_displayhook

0 commit comments

Comments
 (0)