cumulus-util: Automatically set Python search path.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 6 Nov 2008 18:47:56 +0000 (10:47 -0800)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 6 Nov 2008 18:47:56 +0000 (10:47 -0800)
commitcb7620ebf655e86cfe8000bf0bac9269394b652e
tree6d9efe57607cb3df0788f187382d7ae84ddd9878
parenteff3483101b31fad71ed936509865395ecc6cc3a
cumulus-util: Automatically set Python search path.

Attempt to set the Python library search path so that cumulus-util can find
the cumulus Python modules, without PYTHON_PATH having to be set
explicitly.

Modules are looked for in the "python" directory where the cumulus-util
binary resides; this is appropriate for running cumulus-util directly from
the source code directory, but may not be if the tools are installed
somewhere else.
cumulus-util