mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
wic: move WicError to lib/wic/__init__.py
Removed unused exceptions from error.py Moved definition of WicError to lib/wic/__init__.py (From OE-Core rev: 15442d072bb6d93bd9b941726f93262503053da5) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
af17aa91b3
commit
f8a4bd9950
@@ -19,7 +19,7 @@ import logging
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
from wic.errors import WicError
|
||||
from wic import WicError
|
||||
|
||||
logger = logging.getLogger('wic')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user