[z3-checkins] r18353 - z3/sqlos/trunk/testing
jinty at codespeak.net
jinty at codespeak.net
Tue Oct 11 04:45:53 CEST 2005
Author: jinty
Date: Tue Oct 11 04:45:51 2005
New Revision: 18353
Modified:
z3/sqlos/trunk/testing/sampleperson.py
Log:
Fix indentation
Modified: z3/sqlos/trunk/testing/sampleperson.py
==============================================================================
--- z3/sqlos/trunk/testing/sampleperson.py (original)
+++ z3/sqlos/trunk/testing/sampleperson.py Tue Oct 11 04:45:51 2005
@@ -12,11 +12,11 @@
class IPerson(ISQLSchema):
fullname = TextLine(title=u'Full Name',
- description=u"The full name of the user")
+ description=u"The full name of the user")
username = TextLine(title=u'Username',
- description=u"The user's login")
+ description=u"The user's login")
password = TextLine(title=u'Password',
- description=u"The user's password")
+ description=u"The user's password")
class SamplePerson(SQLOS):
More information about the z3-checkins
mailing list