source: inundation/pyvolution/__init__.py @ 3475

Last change on this file since 3475 was 2126, checked in by ole, 19 years ago

typo

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