2 ###############################################################################
6 # When building, testing, or running against the local package, PYTHONPATH
7 # needs to point at the local package directory.
9 # To run (anywhere from inside netmsgs package): . ./pypath.sh
11 ###############################################################################
13 pkgdir=${PWD%%/netmsgs/*}
15 export PYTHONPATH=${pkgdir}/netmsgs/NetMsgs/modules:$PYTHONPATH