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

Peter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to