• 
      

    Switch to calling print as a function in Djblets.

    Review Request #9660 — Created Feb. 17, 2018 and submitted — Latest diff uploaded

    Information

    Djblets
    release-1.0.x
    aa641d5...

    Reviewers

    We have a few cases where we print content to the console using the
    print statement (all for packaging). This change switches these to
    print() calls, as needed on Python 3.

    Tested that packaging worked on Python 2.7. We're not ready to test
    this on Python 3 yet (but setup.py did not immediately blow up).