From b9000fa26735bff8a0151ed59899e8120ef44001 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 18 Jul 2016 18:16:56 +0200 Subject: [PATCH] tools: __all__ update --- artiq/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/tools.py b/artiq/tools.py index 80ce075b5..f7530d9f9 100644 --- a/artiq/tools.py +++ b/artiq/tools.py @@ -22,7 +22,7 @@ __all__ = ["parse_arguments", "elide", "short_format", "file_import", "init_logger", "bind_address_from_args", "atexit_register_coroutine", "exc_to_warning", "asyncio_wait_or_cancel", "TaskObject", "Condition", - "get_windows_drives"] + "get_windows_drives", "get_user_config_dir"] logger = logging.getLogger(__name__)