Initial commit
This commit is contained in:
6
env/lib/python3.10/site-packages/l18n/compat.py
vendored
Normal file
6
env/lib/python3.10/site-packages/l18n/compat.py
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
try:
|
||||
# python 3
|
||||
from collections.abc import MutableMapping
|
||||
except ImportError:
|
||||
# python 2
|
||||
from collections import MutableMapping
|
||||
Reference in New Issue
Block a user