示例#1
0
文件: stage1.py 项目: ynadji/drop
def stage2uri():
    """Returns the full URI to the stage2.py script."""
    chunks = ['http://', net.gateway(), '/stage2.py']
    return ''.join(chunks)