Instantly share code, notes, and snippets.
vim ~/lib/python3.6/dbm/gnu.py from
from _gdbm import *
to
from _dbm import *