Skip to content
  • Kenneth Graunke's avatar
    run.py: Port to Python 3. · c0d4d159
    Kenneth Graunke authored and Emma Anholt's avatar Emma Anholt committed
    There's just no reason to be using Python 2 anymore.
    
    Aside from the usual print() changes, this requires converting the
    output of subprocess.Popen.communicate() from a byte string to a proper
    Python str object.
    c0d4d159