#!/usr/bin/python
# PBR Generated from u'console_scripts'

import sys

from gnocchi.carbonara import update_archive_file


if __name__ == "__main__":
    sys.exit(update_archive_file())
