mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
5f309994c3
commit
1d4acb7853
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
"""Backwards compatible implementation of ExitStack for Python 2.
|
||||
|
||||
ExitStack contextmanager was implemented with Python 3.3. As long as we support
|
||||
Python 2 hosts we can use this backwards compatible implementation to support both
|
||||
Python 2 and Python 3.
|
||||
ExitStack contextmanager was implemented with Python 3.3.
|
||||
As long as we supportPython 2 hosts we can use this backwards
|
||||
compatible implementation to support bothPython 2 and Python 3.
|
||||
|
||||
Instead of using ExitStack from contextlib, use it from this module:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue