Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
54b3cb6cf58cc7b3ce5e734fcf4a57c3b0606ca0
/
.
/
poky
/
scripts
/
lib
/
wic
/
__init__.py
blob: 85567934aea53d5de05dd87c7dc36353fe890b03 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
#
# Copyright (c) 2007 Red Hat, Inc.
# Copyright (c) 2011 Intel, Inc.
#
# SPDX-License-Identifier: GPL-2.0-only
#
class
WicError
(
Exception
):
pass