##// 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
18 lines | 276 B | text/x-python | PythonLexer
'''
Created on 23/01/2012
@author $Author$
@version $Id$
'''
class DataReader:
__buffer = 0
__buffer_count = 0
def __init__(self):
pass
class DataWriter:
__buffer = 0
__buffer_count = 0
def __init__(self):
pass