##// END OF EJS Templates
Bug fixed: La variable de tiempo "utc" no estaba siendo actualizada
Bug fixed: La variable de tiempo "utc" no estaba siendo actualizada

File last commit:

r20:b88be568bb0c
r75:9e4ac0840d6d
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