Added missing function to __all__.

This commit is contained in:
Michael Lazar
2015-09-20 23:08:46 -07:00
parent 8b80e4e622
commit 4287ec1749

View File

@@ -14,7 +14,8 @@ from . import config
from .exceptions import ProgramError
__all__ = ['open_browser', 'clean', 'wrap_text', 'strip_textpad',
'strip_subreddit_url', 'humanize_timestamp', 'open_editor']
'strip_subreddit_url', 'humanize_timestamp', 'open_editor',
'check_browser_display']
def clean(string, n_cols=None):