We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1671517 commit 459da91Copy full SHA for 459da91
structural/decorator.py
@@ -27,6 +27,7 @@
27
Adds behaviour to object without affecting its class.
28
"""
29
30
+from __future__ import print_function
31
32
class TextTag(object):
33
"""Represents a base text tag"""
0 commit comments