##// END OF EJS Templates
ui_mainwindow...
ui_mainwindow Se crearon dos nuevas clases -ui_basicwindow -ui_advancedwindow ui_unitprocess se modifico la vista de la ventana y se mejor el programa.

File last commit:

r169:661bb8af254a
r285:802eca668fa7
Show More
FtpServer.py
18 lines | 220 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author $Author$
@version $Id$
'''
class FtpServer:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass