Remove unused Asciidoc include marker comments

This commit is contained in:
Luciano Ramalho 2015-10-15 22:27:49 -03:00
parent a3bf32b9fa
commit 599c141a1d

View File

@ -9,7 +9,7 @@ def deco_alpha(cls):
cls.method_y = inner_1
return cls
# BEGIN META_ALEPH
class MetaAleph(type):
print('<[400]> MetaAleph body')
@ -20,6 +20,6 @@ class MetaAleph(type):
print('<[600]> MetaAleph.__init__:inner_2')
cls.method_z = inner_2
# END META_ALEPH
print('<[700]> evalsupport module end')