Example #1
0
def gen_hyb():
    map(gen_hyb_xib.gen_xib_file, Util.readlines_from_stdin())
Example #2
0
def output_xib():
    map(xibparse.gen_xib_file, Util.readlines_from_stdin())
Example #3
0
def show_folder():
    map(folderUtil.show_folder, set(Util.readlines_from_stdin()))
Example #4
0
def mkdirs():
    map(folderUtil.mkdirs, set(Util.readlines_from_stdin()))
Example #5
0
def hidden_folder():
    map(folderUtil.hidden_folder, set(Util.readlines_from_stdin()))