Example #1
0
def makedir(path):
    ensure_dir(path)
    return path
Example #2
0
def makedir(path):
    ensure_dir(path)
    return path