From e2d45ecff7c1f88e49bbd9f8d77d0b34662292cd Mon Sep 17 00:00:00 2001 From: Rumpu-Jussi Date: Tue, 27 Oct 2015 14:46:43 +0200 Subject: [PATCH] More Python 3 -friendly formatting. --- tablib/packages/markup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tablib/packages/markup.py b/tablib/packages/markup.py index 07a7288..076a3d7 100644 --- a/tablib/packages/markup.py +++ b/tablib/packages/markup.py @@ -481,4 +481,4 @@ class CustomizationError( MarkupError ): self.message = "If you customize the allowed elements, you must define both types 'onetags' and 'twotags'." if __name__ == '__main__': - print __doc__ + print (__doc__)