Skip to content

Commit

Permalink
generated code for the Dexterity content class was missing a 'pass'
Browse files Browse the repository at this point in the history
statement - otherwise syntactically incorrect code was produced
  • Loading branch information
zopyx committed Dec 11, 2013
1 parent 6224b40 commit 721631f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HISTORY.txt
Expand Up @@ -4,7 +4,7 @@ Changelog
1.5.4 (unreleased)
------------------

- Nothing changed yet.
- fixed improper code template for Python content class


1.5.3 (2013-07-28)
Expand Down
Expand Up @@ -65,6 +65,7 @@ class ${contenttype_classname}(Container):
#end if

# Add your class methods and properties here
pass


#if str($grokish) == 'True'
Expand Down

0 comments on commit 721631f

Please sign in to comment.