fixed a typo

This commit is contained in:
Manuel Cortez 2017-02-04 23:29:44 -06:00
parent 22ab73be26
commit 17534ffea0

View File

@ -1,8 +1,10 @@
import sys
import time
import curses
import signal
from . import widgets
s = signal.signal(signal.SIGINT, signal.SIG_IGN)
class Window(object):
def exit(self,*a,**kw):