예제 #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)