comparison phe/__init__.py @ 22:96f393ad7fc6 draft default tip

Uploaded
author ulfschaefer
date Wed, 23 Dec 2015 04:50:58 -0500
parents f72039c5faa4
children
comparison
equal deleted inserted replaced
21:b09ffe50c378 22:96f393ad7fc6
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__)