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