aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-img2pdf/10-tests-import-print-function.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-img2pdf/10-tests-import-print-function.patch')
-rw-r--r--community/py-img2pdf/10-tests-import-print-function.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/py-img2pdf/10-tests-import-print-function.patch b/community/py-img2pdf/10-tests-import-print-function.patch
new file mode 100644
index 0000000000..09e643a8ed
--- /dev/null
+++ b/community/py-img2pdf/10-tests-import-print-function.patch
@@ -0,0 +1,8 @@
+--- a/src/tests/__init__.py
++++ b/src/tests/__init__.py
+@@ -1,3 +1,5 @@
++from __future__ import print_function
++
+ import unittest
+
+ import img2pdf