From 4287ec1749273e1c8ee48741fd880e7999adddd7 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 20 Sep 2015 23:08:46 -0700 Subject: [PATCH] Added missing function to __all__. --- rtv/helpers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtv/helpers.py b/rtv/helpers.py index 274ad73..e666cdc 100644 --- a/rtv/helpers.py +++ b/rtv/helpers.py @@ -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):