pidl/lib: Add recursion detection logic to prevent looping.
[Samba.git] / buildtools / devel_env.sh
blob9f87a4a1b36c16c73e6a7f4429ab08011f34a400
1 # This file can be sourced using
3 # source buildtools/devel_env.sh
5 # Setup python path for lsp server
6 PYTHONPATH="$(pwd)/third_party/waf:$(pwd)/python:$(pwd)/bin/python:$(pwd)/selftest:${PYTHONPATH}"
7 export PYTHONPATH