##// END OF EJS Templates
VoltageIO.py...
VoltageIO.py Se agrego e inicializo variables dentro del metodo __init__

File last commit:

r20:b88be568bb0c
r80:b70924dd9256
Show More
CorrelationIO.py
16 lines | 292 B | text/x-python | PythonLexer
'''
Created on 23/01/2012
@author $Author$
@version $Id$
'''
from DataIO import DataReader
from DataIO import DataWriter
class CorrelationReader(DataReader):
def __init__(self):
pass
class CorrelationWriter(DataWriter):
def __init__(self):
pass