#!/usr/bin/env python
# Copyright 2012 Canonical Ltd.  This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).

import sys

from devportalbinary.stubs import DebianBinaryBackend


if __name__ == '__main__':
    sys.exit(DebianBinaryBackend.all_info_script())
