"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> BTW I remind a ticket that said we could center the identity
> declaration into several block, such as:
>
>
> visits_table = Table('visit', metadata,
> Column(...........)
> )
>
> class Visit(object):
> def lookup_visit(cls, visit_key):
> return Visit.get(visit_key)
> lookup_visit = classmethod(lookup_visit)
>
> mapper(Visit, visits_table)
>
>
> These 2 both won't effect the working code, just the code style issue.
I didn't get it. What are you saying? To group everything related to Visit,
then everything related to Users, etc.?
I just wish that people that use Macs / Windows / Unix take care with line
endings on files. It is really annoying getting a file and seeing a lot of
'^M's (CRs) at line endings. I did correct one or two in the past but they're
back here.
I believe that somebody's subversion is handling ".py" files as binary.
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---