#!/usr/bin/python3

# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2 of the License, or (at your
# option) any later version. See http://www.gnu.org/copyleft/gpl.html for
# the full text of the license.
#
# Author(s):
# clime <clime@fedoraproject.org>
#
# Original work:
# Copyright (C) 2011 Red Hat Inc.
# Author(s):
# Jesse Keating <jkeating@redhat.com>

import os

from rpkglib import RpkgUtil

name = os.path.basename(__file__)
rpkg_util = RpkgUtil(name)
rpkg_util.main()
