##// END OF EJS Templates
Bug fixed selecting heis: Dc array has 2 dimensions, not 3
Bug fixed selecting heis: Dc array has 2 dimensions, not 3

File last commit:

r169:661bb8af254a
r291:5df7dc63df70
Show More
FtpServer.py
18 lines | 220 B | text/x-python | PythonLexer
Miguel Valdez
Adicion de directorios de procesamiento y utilitarios
r10 '''
Created on Feb 7, 2012
Daniel Valdez
Fijando variables svn:keywords Author Id
r16 @author $Author$
@version $Id$
Miguel Valdez
Adicion de directorios de procesamiento y utilitarios
r10 '''
class FtpServer:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass
Miguel Valdez
Estructura de directorios del modelo agregada.
r9