On Mar 13, 12:05 pm, robneville73 <[email protected]> wrote: > > I have classmethods in Order that access and reference Customer. So in > the definition of Order I have: > from customer import Customer
Simply move that import inside the methods themselves and it will remove the circularity. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

