comparison phe/__init__.py @ 0:834a312c0114 draft

Uploaded
author ulfschaefer
date Thu, 10 Dec 2015 09:22:39 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:834a312c0114
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__)