#8861: remove unused variable.

This commit is contained in:
Georg Brandl 2010-08-02 19:44:48 +00:00
parent 0abcbd7a24
commit 07b90caed4

View file

@ -17,7 +17,6 @@ def wrapper(func, *args, **kwds):
wrapper().
"""
res = None
try:
# Initialize curses
stdscr = curses.initscr()