blob: 50d26caa50752de118b21c911be166727c58b642 [file]
# $Id$
# Make sure Python loads the modules of this package via absolute paths.
from os.path import abspath as _abspath
__path__[0] = _abspath(__path__[0])