second commit
This commit is contained in:
9
env/lib/python3.11/site-packages/future/moves/dbm/gnu.py
vendored
Normal file
9
env/lib/python3.11/site-packages/future/moves/dbm/gnu.py
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from future.utils import PY3
|
||||
|
||||
if PY3:
|
||||
from dbm.gnu import *
|
||||
else:
|
||||
__future_module__ = True
|
||||
from gdbm import *
|
Reference in New Issue
Block a user