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