diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/__init__.py b/client/__init__.py index 2cffb52..1c5d693 100644 --- a/client/__init__.py +++ b/client/__init__.py @@ -1,5 +1,7 @@ # coding=utf-8 +# TODO: this module is deprecated, remove it + import multiprocessing.managers __all__ = ['get_session_by_id', 'get_or_create_session'] |