missing show_help import

This commit is contained in:
Tobin
2015-03-30 23:19:23 -05:00
parent 3ad9a0c9f4
commit 9a4a0b59ea

View File

@@ -5,7 +5,7 @@ import sys
import praw.errors import praw.errors
from .helpers import clean from .helpers import clean
from .curses_helpers import Color, show_notification from .curses_helpers import Color, show_notification, show_help
__all__ = ['Navigator'] __all__ = ['Navigator']