When writing libraries and debugging, it often helps to put the dev paths on 
your python path so you don't have to (re)install the library each time you 
make a change in order for python processes to pick it up.

Put these types of statements in your .profile directory 

export PYTHONPATH=/home/myhub/dbenham/hubzero-python/source/:$PYTHONPATH
export PYTHONPATH=/home/myhub/dbenham/hubzero-submit-common/source:$PYTHONPATH
