コード例 #1
0
ファイル: tools_menu.py プロジェクト: gunnups/pyFormex
def unix2dos():
    fn = askFilename(multi=True)
    if fn:
        for f in fn:
            message("Converting file to DOS: %s" % f)
            utils.unix2dos(f)
コード例 #2
0
def unix2dos():
    fn = askFilename(multi=True)
    if fn:
        for f in fn:
            message("Converting file to DOS: %s" % f)
            utils.unix2dos(f)
コード例 #3
0
def unix2dos():
    fn = askFilename(multi=True)
    if fn:
        for f in fn:
            utils.unix2dos(f)