Skip to content

Commit

Permalink
Merge 7064616 into 5ddb694
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuccat committed Oct 14, 2018
2 parents 5ddb694 + 7064616 commit 5523bab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tempy/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@ def __init__(self, title=None):
tag_cls = type(tag_cls_name, (tag_parent_cls, ), {'_%s__tag' % tag_cls_name: tag})
# We put the new dynamically created class inside locals to make it available from the outside
locals()[tag_cls_name] = tag_cls

del tag, tag_cls, tag_cls_name, tag_parent_cls, tags

0 comments on commit 5523bab

Please sign in to comment.