Switch to calling print as a function in Djblets.

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

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).

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (4d8100c)
Loading...