There was an error while loading. Please reload this page.
2 parents 1671517 + 459da91 commit e01181fCopy full SHA for e01181f
1 file changed
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