Skip to content

Commit

Permalink
typo from previous commit fixed
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3A77541ad4-5f01-0410-9ede-a1b63cd9a898/projects/tg.devtools/trunk%406454
  • Loading branch information
Gustavo committed Mar 2, 2009
1 parent 97eff1e commit 8a491e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions devtools/templates/turbogears/+package+/model/auth.py_tmpl
Expand Up @@ -88,7 +88,7 @@ class Group(DeclarativeBase):
def __unicode__(self):
return self.group_name

#{{end_braces}}
#}


# The 'info' argument we're passing to the email_address and password columns
Expand Down Expand Up @@ -179,7 +179,7 @@ class User(DeclarativeBase):
password = synonym('_password', descriptor=property(_get_password,
_set_password))

#{{end_braces}}
#}

def validate_password(self, password):
"""
Expand Down Expand Up @@ -229,8 +229,8 @@ class Permission(DeclarativeBase):
def __unicode__(self):
return self.permission_name

#{{end_braces}}
#}


#{{end_braces}}
#}
{{endif}}
Expand Up @@ -19,4 +19,4 @@ class SampleModel(DeclarativeBase):

data = Column(Unicode(255), nullable=False)

#{{end_braces}}
#}

0 comments on commit 8a491e5

Please sign in to comment.