python module hacking

This commit is contained in:
John Cupitt 2010-05-05 15:25:31 +00:00
parent 27fcca7ef9
commit 3e2d56d34f
1 changed files with 3 additions and 0 deletions

3
swig/python/__init__.py Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/python
__all__ = ["VImage", "VMask", "VError", "VDisplay"]