Ejemplo n.º 1
0
def run():
    """launch editor of profile"""
    options = get_options()
    filter = FilterApp(options, 0)
    filter.MainLoop()
Ejemplo n.º 2
0
def run():
    """launch editor of profile"""
    options = get_options()
    editor = ViewerApp(options, 0)
    editor.MainLoop()