Fixed a few imports and docs.

This commit is contained in:
Michael Lazar
2015-03-20 02:25:23 -07:00
parent 7d9c8ad0d4
commit 688289f00c
5 changed files with 16 additions and 16 deletions

View File

@@ -3,6 +3,7 @@ import time
import threading
import curses
from curses import textpad, ascii
from contextlib import contextmanager
from .docs import HELP
from .helpers import strip_textpad
@@ -272,4 +273,4 @@ def curses_session():
stdscr.keypad(0)
curses.echo()
curses.nocbreak()
curses.endwin()
curses.endwin()