]> git.phdru.name Git - m_lib.git/blob - m_lib/hash/test/test-mk1.py
bd1116529fae3142f65ad1f8f243ec68e677c226
[m_lib.git] / m_lib / hash / test / test-mk1.py
1 #! /usr/bin/env python
2
3
4 from m_lib.hash import MKhash
5
6
7 print "Making..."
8 db = MKhash.open("db", 'c')
9 db["test"] = "Test Ok!"
10 db.close()