This mostly empty directory is here so that our installed and
uninstalled trees of python code are isomorphic.  This allows us to
test the python code in the build tree or installed location by
jacking around with PYTHONPATH.

To run the code out of the build tree set your PYTHONPATH like this:

  $ swig=${abs_top_builddir}/src/lib/swig
  $ py=${abs_top_srcdir}/src/python

  $ PYTHONPATH="$swig:$swig/.libs:$py"
  $ export PYTHONPATH

To run the code out of the installed tree set PYTHONPATH like this:
python2.3 assumes you're using python 2.3.  If you're using 2.2
please substitute.

  $ prefix=/usr/local
  $ PYTHONPATH="${prefix}/lib/python2.3/site-packages"
  $ export PYTHONPATH


# FIXME  have autoconf edit some scripts somewhere to set this up

