2008/5/1 Cecil Westerhof <[EMAIL PROTECTED]>: > One strange thing here. Te identity classe where first part of another > class (in my case tblog). I thought it better to put them in a file by > themselve (identity.py). When the classes where in tblog.py they where > displayed by tg-admin sql list, but after putting into there own file, they > where not displayed anymore. What could be the problem?
Found it. I think it is a namespace problem. After changing identity.py to ident.py, the classes are displayed. -- Cecil Westerhof --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

