Commit a1ffebf6 authored by panos's avatar panos

Change the object name from Import_CSV to ImportCSVdata

parent fc59cce3
......@@ -23,7 +23,7 @@ Created on 13 Jun 2014
# ===========================================================================
import csv
#The Import_CSV object
class Import_CSV(object):
class ImportCSVdata(object):
#This object reads data from a CSV document
def Input_data(self,fileName): #This method takes as an argument the Name of the CSV file
#Opens the CSV for the reader to use
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment