Mercurial > p > roundup > code
comparison scripts/schema-dump.py @ 5487:ce171c81d823
Use print_function import everywhere using print.
As requested in
<https://sourceforge.net/p/roundup/mailman/message/36374864/>, to
avoid accidental future addition of print statements incompatible with
Python 3.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Sun, 05 Aug 2018 11:45:43 +0000 |
| parents | e46ce04d5bbc |
| children | ed5c19fca083 |
comparison
equal
deleted
inserted
replaced
| 5486:a5edd6adff14 | 5487:ce171c81d823 |
|---|---|
| 14 __version__ = "1.0" | 14 __version__ = "1.0" |
| 15 __authors__ = [ | 15 __authors__ = [ |
| 16 "anatoly techtonik <techtonik@gmail.com>" | 16 "anatoly techtonik <techtonik@gmail.com>" |
| 17 ] | 17 ] |
| 18 | 18 |
| 19 from __future__ import print_function | |
| 19 import os | 20 import os |
| 20 import sys | 21 import sys |
| 21 from roundup.anypy import xmlrpc_ | 22 from roundup.anypy import xmlrpc_ |
| 22 import pprint | 23 import pprint |
| 23 import textwrap | 24 import textwrap |
