More Python 3 -friendly formatting.

This commit is contained in:
Rumpu-Jussi
2015-10-27 14:46:43 +02:00
parent 47d92277cc
commit e2d45ecff7
+1 -1
View File
@@ -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__)