Skip to content

Commit 6807d7d

Browse files
author
Jon Wayne Parrott
committed
Add deprecation warning to multistore_file.
1 parent 1e4a7d6 commit 6807d7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

oauth2client/contrib/multistore_file.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858

5959
logger = logging.getLogger(__name__)
6060

61+
logger.warning(
62+
'The oauth2client.contrib.multistore_file module has been deprecated and '
63+
'will be removed in the next release of oauth2client. Please migrate to '
64+
'multiprocess_file_storage.')
65+
6166
# A dict from 'filename'->_MultiStore instances
6267
_multistores = {}
6368
_multistores_lock = threading.Lock()

0 commit comments

Comments
 (0)