##// END OF EJS Templates
Fijando variables svn:keywords Author Id
Fijando variables svn:keywords Author Id

File last commit:

r16:c320d9a338b2
r16:c320d9a338b2
Show More
Data.py
21 lines | 252 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author $Author$
@version $Id$
'''
class Data:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass
def copy(self):
pass