diff options
| author | Rumpu-Jussi <kontza@gmail.com> | 2015-10-27 14:46:43 +0200 |
|---|---|---|
| committer | Rumpu-Jussi <kontza@gmail.com> | 2015-10-27 14:46:43 +0200 |
| commit | e2d45ecff7c1f88e49bbd9f8d77d0b34662292cd (patch) | |
| tree | 907bd37f94c571e87f3162c54e3fb99634a9c31d /tablib | |
| parent | 47d92277cc656d8a5f8218803f44705d4966294c (diff) | |
| download | tablib-e2d45ecff7c1f88e49bbd9f8d77d0b34662292cd.tar.gz | |
More Python 3 -friendly formatting.
Diffstat (limited to 'tablib')
| -rw-r--r-- | tablib/packages/markup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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__) |
