Accidentally broke python3, my bad!.
This commit is contained in:
@@ -221,7 +221,8 @@ def curses_session():
|
|||||||
# Hide blinking cursor
|
# Hide blinking cursor
|
||||||
curses.curs_set(0)
|
curses.curs_set(0)
|
||||||
|
|
||||||
patch_popen()
|
# Breaks python3
|
||||||
|
# patch_popen()
|
||||||
|
|
||||||
yield stdscr
|
yield stdscr
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -11,7 +11,7 @@ def read(*paths):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='rtv',
|
name='rtv',
|
||||||
version='1.0a5',
|
version='1.0a6',
|
||||||
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
|
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
|
||||||
long_description=(read('README.rst')),
|
long_description=(read('README.rst')),
|
||||||
url='https://github.com/michael-lazar/rtv',
|
url='https://github.com/michael-lazar/rtv',
|
||||||
|
|||||||
Reference in New Issue
Block a user