示例#1
0
def get_scons_local_path():
    """This returns the full path where scons.py for scons-local is located."""
    from numscons import get_scons_path
    return get_scons_path()
示例#2
0
文件: scons.py 项目: illume/numpy3k
def get_scons_local_path():
    """This returns the full path where scons.py for scons-local is located."""
    from numscons import get_scons_path

    return get_scons_path()