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