Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a632a75a3e230e83aa3c436bc637760a3658af1e
/
.
/
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
*