예제 #1
0
def clean():
    """
    Prepare build environment.
    """
    utils.reset_dir(config.TMP_HTML_DIR)
예제 #2
0
def clean_photo(skip=False):
    if not skip:
        utils.reset_dir(config.TMP_PHOTO_DIR)
    else:
        print "skipped"