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

View File

@@ -11,7 +11,7 @@ def read(*paths):
setup(
name='rtv',
version='1.0a5',
version='1.0a6',
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
long_description=(read('README.rst')),
url='https://github.com/michael-lazar/rtv',