Re: Could someone help me understand the finer points of import

2009-01-04 Thread Graham Dumpleton
On Jan 5, 1:29 pm, Mark Jones wrote: > For the discussion below, ALL the code is in .../intomec/tenq > > I wrote some code in tests.py like so: > >    from tenq.models import * >         self.expectedValue = Answers((1,2,3,4)) > > within the to_python() method of

Re: Could someone help me understand the finer points of import

2009-01-04 Thread Daniel Roseman
On Jan 4, 9:29 pm, Mark Jones wrote: > For the discussion below, ALL the code is in .../intomec/tenq > > I wrote some code in tests.py like so: > >    from tenq.models import * >         self.expectedValue = Answers((1,2,3,4)) > > within the to_python() method of AnswersField

Could someone help me understand the finer points of import

2009-01-04 Thread Mark Jones
For the discussion below, ALL the code is in .../intomec/tenq I wrote some code in tests.py like so: from tenq.models import * self.expectedValue = Answers((1,2,3,4)) within the to_python() method of AnswersField in models.py: def to_python(self, _value): print