X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2F__init__.py;h=bdbd21e44f3ebe248754a449a3a2c3b353964299;hb=d1c355c4dbae68d29ed7e5b1e3dd5a77bdcbd2cb;hp=438c49cecf4ecd9117ec72bc5122eaf239ec9530;hpb=d7c459a9f979c4978cf07ff11056512a852fd61d;p=m_lib.git diff --git a/m_lib/__init__.py b/m_lib/__init__.py index 438c49c..bdbd21e 100644 --- a/m_lib/__init__.py +++ b/m_lib/__init__.py @@ -1 +1,5 @@ -"Broytman Library for Python, Copyright (C) 1996-2001 PhiloSoft Design" +"""Broytman Library for Python, Copyright (C) 1996-2017 PhiloSoft Design""" + +from pkgutil import extend_path +__path__ = extend_path(__path__, __name__) +__import__('pkg_resources').declare_namespace(__name__)