• Pascal Lamblin's avatar
    Do not add default compiledir to sys.path anymore. · 087a3dd7
    Pascal Lamblin 提交于
    This solves a problem experienced by the buildbot on ceylon.
    cuda_ndarray and cutils_ext seem to be the only modules that need
    config.compiledir in sys.path to be imported (except when they are
    recompiled), so we modify sys.path before trying to import them.
    087a3dd7
__init__.py 10.2 KB