##// 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:

r16:c320d9a338b2
r75:9e4ac0840d6d
Show More
CorrelationProcessor.py
17 lines | 221 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author $Author$
@version $Id$
'''
class CorrelationProcessor:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass