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