X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2Fhash%2Ftest%2Ftest-mk1.py;h=8a115478013fe71b8aa5cf2bf8f9b8eba86b4500;hb=fb3af94919a9ee18ba1c35f927f19837f057fa1f;hp=bd1116529fae3142f65ad1f8f243ec68e677c226;hpb=9a523766e02fc3c5d1df4550385a604dca8e6e80;p=m_lib.git diff --git a/m_lib/hash/test/test-mk1.py b/m_lib/hash/test/test-mk1.py index bd11165..8a11547 100755 --- a/m_lib/hash/test/test-mk1.py +++ b/m_lib/hash/test/test-mk1.py @@ -1,10 +1,11 @@ #! /usr/bin/env python +from __future__ import print_function from m_lib.hash import MKhash -print "Making..." +print("Making...") db = MKhash.open("db", 'c') db["test"] = "Test Ok!" db.close()