X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2F__init__.py;h=bdbd21e44f3ebe248754a449a3a2c3b353964299;hb=7fc90c4a7e01c8882446f2c96e7b321ea883d6f2;hp=541bfc86dd958d58717ab973f2c32e5a78bb0d75;hpb=c185eb047887f61ab0a380ea400827a4e71e7753;p=m_lib.git diff --git a/m_lib/__init__.py b/m_lib/__init__.py index 541bfc8..bdbd21e 100644 --- a/m_lib/__init__.py +++ b/m_lib/__init__.py @@ -1 +1,5 @@ -"""Broytman Library for Python, Copyright (C) 1996-2016 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__)