X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2Fhash%2F__init__.py;h=dfd88f00a168344f6fef39b119bf586f6022f55d;hb=c185eb047887f61ab0a380ea400827a4e71e7753;hp=626db2b55334f652fe04b35ad9b8ef96395db6d6;hpb=83f94736a59fe357b8e50ebfbc548bdafe2ccda5;p=m_lib.git diff --git a/m_lib/hash/__init__.py b/m_lib/hash/__init__.py index 626db2b..dfd88f0 100644 --- a/m_lib/hash/__init__.py +++ b/m_lib/hash/__init__.py @@ -1,8 +1,6 @@ -"""Extended disk hashes package. It extends anydbm/whichdb with ZODB and -MetaKit-based hashes. -Author: Oleg Broytman -Copyright (C) 2001-2003 PhiloSoft Design -License: Python""" +"""Extended disk hashes package. + +It extends anydbm/whichdb with ZODB and MetaKit-based hashes.""" __all__ = ["zshelve", "ZODBhash", "MKhash"]