Ciao,
prova con::

2010/2/7 Diego Barrera <diegonebarr...@yahoo.it>:
> <code>
>
> #!/usr/bin/python
>
> class FilePrelievo(file):
>    def __init__(self,fileName):
>        file=open(fileName,'r')
>        dataSet=[]
>        linea=[]
>
>    def leggiLinea(self):
>        linea=self.file.readline()
[snip]

HTH, HAND
©
-- 
Carlo C8E Miron
self.self Seems Worster Solution Architect™
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Reply via email to