source: inundation/pyvolution/__init__.py @ 1995

Last change on this file since 1995 was 1945, checked in by ole, 19 years ago

Added path of package so PYTHONPATH to allow C-extensions to be loaded

File size: 167 bytes
Line 
1"""Make directory available as a Python package
2"""
3
4#Add path of package so PYTHONPATH to allow C-extensions to be loaded
5import sys
6sys.path += __path__
7
8
9
Note: See TracBrowser for help on using the repository browser.