author | Tero Marttila <tero.marttila@aalto.fi> |
Fri, 27 Feb 2015 17:47:16 +0200 | |
changeset 650 | c707c3ee8665 |
parent 445 | fd7f1c2971da |
permissions | -rw-r--r-- |
445
fd7f1c2971da
pvl: use pkgutil namespace __init__.py
Tero Marttila <tero.marttila@aalto.fi>
parents:
226
diff
changeset
|
1 |
# namespace package |
fd7f1c2971da
pvl: use pkgutil namespace __init__.py
Tero Marttila <tero.marttila@aalto.fi>
parents:
226
diff
changeset
|
2 |
from pkgutil import extend_path |
fd7f1c2971da
pvl: use pkgutil namespace __init__.py
Tero Marttila <tero.marttila@aalto.fi>
parents:
226
diff
changeset
|
3 |
__path__ = extend_path(__path__, __name__) |