comparison phe/__init__.py @ 16:1d0bc21232ec draft

Uploaded
author ulfschaefer
date Wed, 16 Dec 2015 07:32:22 -0500
parents f72039c5faa4
children
comparison
equal deleted inserted replaced
15:fd42dbe82c12 16:1d0bc21232ec
1 if __name__ == "phe":
2 # If this package is added as library, append extended path.
3 from pkgutil import extend_path
4 __path__ = extend_path(__path__, __name__)