blob: bb0e52c48265609f266664faddbcaae1a2ca2e28 [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])