##// END OF EJS Templates
El modulo TestReader.py fue borrado
El modulo TestReader.py fue borrado

File last commit:

r10:9523c526b618
r14:ed16197bc8c0
Show More
Data.py
20 lines | 239 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author: roj-idl71
'''
class Data:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass
def copy(self):
pass