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

@@ -6,9 +6,9 @@ import praw.errors
from .content import SubmissionContent
from .page import BasePage
from .workers import LoadScreen, open_browser
from .curses_helpers import (BULLET, UARROW, DARROW, Color, show_help,
text_input)
from .helpers import clean, open_browser
from .curses_helpers import (BULLET, UARROW, DARROW, Color, LoadScreen,
show_help, text_input)
__all__ = ['SubmissionPage']
@@ -280,4 +280,4 @@ class SubmissionPage(BasePage):
display_message(self.stdscr, [e.message])
else:
time.sleep(0.5)
self.refresh_content()
self.refresh_content()