view phe/__init__.py @ 11:cd59be4a7fe3 draft default tip

Uploaded
author ulfschaefer
date Mon, 21 Dec 2015 11:12:19 -0500
parents 834a312c0114
children
line wrap: on
line source

if __name__ == "phe":
    # If this package is added as library, append extended path.
    from pkgutil import extend_path
    __path__ = extend_path(__path__, __name__)