On 16 Maj, 13:54, Peter Otten <[EMAIL PROTECTED]> wrote:
> Christian Heimes wrote:
> > globalrev schrieb:
> >> cust1 = customer.__init__('12',['1','435','2332'])
>
> > cust1 = customer('12',['1','435','2332'])
>
> ... and before that
>
> from customer import customer
>
> Peterwhy do i have to write that? if i do import customer im importing everything no? but youre right it doesnt work unless i do, i just dont get why. -- http://mail.python.org/mailman/listinfo/python-list
