xref: /openbmc/openbmc/poky/scripts/lib/wic/__init__.py (revision 96ff1984)
1*96ff1984SBrad Bishop#!/usr/bin/env python3
2eb8dc403SDave Cobbley#
3eb8dc403SDave Cobbley# Copyright (c) 2007 Red Hat, Inc.
4eb8dc403SDave Cobbley# Copyright (c) 2011 Intel, Inc.
5eb8dc403SDave Cobbley#
6c342db35SBrad Bishop# SPDX-License-Identifier: GPL-2.0-only
7eb8dc403SDave Cobbley#
8eb8dc403SDave Cobbley
9eb8dc403SDave Cobbleyclass WicError(Exception):
10eb8dc403SDave Cobbley    pass
11