vim/sadness/bike/bike/setpath.py @ 41eff4423148

vim: a couple of movement mappings
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Feb 2011 09:16:52 -0500
parents cfd5d659d737
children (none)
import sys,os
if not os.path.abspath("..") in sys.path:
    from bike import log
    print >> log.warning, "Appending to the system path. This should only happen in unit tests"
    sys.path.append(os.path.abspath(".."))