__init__.py 174 B

12345678910
  1. #!/usr/bin/env python3
  2. #
  3. # Copyright (c) 2007 Red Hat, Inc.
  4. # Copyright (c) 2011 Intel, Inc.
  5. #
  6. # SPDX-License-Identifier: GPL-2.0-only
  7. #
  8. class WicError(Exception):
  9. pass