Your IP : 216.73.216.215


Current Path : /proc/3/root/opt/imh-python/lib/python3.9/site-packages/twisted/test/
Upload File :
Current File : //proc/3/root/opt/imh-python/lib/python3.9/site-packages/twisted/test/process_getargv.py

# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

"""
Used by L{twisted.test.test_process}.
"""


from sys import argv, stdout

if __name__ == "__main__":

    stdout.write(chr(0).join(argv))
    stdout.flush()