Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
12844e6df6d6ae2a8b51e6440b8b15b10a78949a
/
.
/
Lib
/
dbm
/
gnu.py
blob: b07a1defffdf2fcc8532f52ed49751fb0733a1a7 [
file
] [
log
] [
blame
]
Georg Brandl
0a7ac7d
2008-05-26 10:29:35 +0000
[
diff
] [
blame
]
1
"""Provide the _gdbm module as a dbm submodule."""
2
3
from
_gdbm
import
*