def stage2uri(): """Returns the full URI to the stage2.py script.""" chunks = ['http://', net.gateway(), '/stage2.py'] return ''.join(chunks)