Skip to content

Commit

Permalink
wxGUI: Remove python2 specific sys.stderr encoding handling. Fixes #3…
Browse files Browse the repository at this point in the history
  • Loading branch information
marisn authored and neteler committed Nov 3, 2019
1 parent 2a10f3a commit 657ef28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gui/wxpython/gis_set.py
Expand Up @@ -48,8 +48,6 @@
from gui_core.wrap import Button, ListCtrl, StaticText, StaticBox, \
TextCtrl

sys.stderr = codecs.getwriter('utf8')(sys.stderr)


class GRASSStartup(wx.Frame):
exit_success = 0
Expand Down
2 changes: 0 additions & 2 deletions gui/wxpython/image2target/ii2t_gis_set.py
Expand Up @@ -42,8 +42,6 @@
from gui_core.wrap import Button, ListCtrl, StaticText, \
StaticBox, TextCtrl

sys.stderr = codecs.getwriter('utf8')(sys.stderr)


class GRASSStartup(wx.Frame):
exit_success = 0
Expand Down

0 comments on commit 657ef28

Please sign in to comment.