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