Accidentally broke python3, my bad!.

This commit is contained in:
Michael Lazar
2015-03-05 01:41:26 -08:00
parent 444021fd12
commit 43e4d845fc
2 changed files with 3 additions and 2 deletions

View File

@@ -221,7 +221,8 @@ def curses_session():
# Hide blinking cursor
curses.curs_set(0)
patch_popen()
# Breaks python3
# patch_popen()
yield stdscr