summaryrefslogtreecommitdiff
path: root/regtest/commands/create-report.py
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2018-10-21 21:43:09 -0400
committerAlbert Astals Cid <tsdgeos@yahoo.es>2018-11-18 09:53:40 +0000
commit0c744c934927ebe644215d23d06677fd670175c4 (patch)
treec89d4186c010af780b128d2c9c942c2c38a3444d /regtest/commands/create-report.py
parent0c02573f7c43a5b02b29daf8cb7f94d3925137a9 (diff)
regtest: Use print function everywhere.
Diffstat (limited to 'regtest/commands/create-report.py')
-rw-r--r--regtest/commands/create-report.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/regtest/commands/create-report.py b/regtest/commands/create-report.py
index ab37d080..954e2132 100644
--- a/regtest/commands/create-report.py
+++ b/regtest/commands/create-report.py
@@ -15,6 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+from __future__ import print_function
from commands import Command, register_command
from HTMLReport import HTMLReport