From 9467b391c22a8341ef564e34133c272d59654271 Mon Sep 17 00:00:00 2001 From: Ondrej Lexa Date: Sat, 18 Apr 2015 20:49:09 +0200 Subject: [PATCH] Python 2.x compatibility fix --- polylx/reports.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polylx/reports.py b/polylx/reports.py index de09c5d..48887a9 100644 --- a/polylx/reports.py +++ b/polylx/reports.py @@ -26,6 +26,8 @@ r.write_pdf() """ +from __future__ import print_function + import tempfile import subprocess