Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 8/9] wic: direct: remove unused import
Date: Wed,  8 Feb 2017 20:51:32 +0200	[thread overview]
Message-ID: <56635ebeb5a679da660de457e1e830a80bda77c2.1486579259.git.ed.bartosh@linux.intel.com> (raw)
In-Reply-To: <cover.1486579259.git.ed.bartosh@linux.intel.com>

Removed unused import of wic.errors module.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
---
 scripts/lib/wic/plugins/imager/direct.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/lib/wic/plugins/imager/direct.py b/scripts/lib/wic/plugins/imager/direct.py
index 7d6c59a..c399d47 100644
--- a/scripts/lib/wic/plugins/imager/direct.py
+++ b/scripts/lib/wic/plugins/imager/direct.py
@@ -34,7 +34,6 @@ from wic import msger
 from wic.ksparser import KickStart, KickStartError
 from wic.plugin import pluginmgr
 from wic.pluginbase import ImagerPlugin
-from wic.utils import errors
 from wic.utils.errors import CreatorError, ImageError
 from wic.utils.misc import get_bitbake_var, exec_cmd, exec_native_cmd
 from wic.utils.partitionedfs import Image
@@ -102,7 +101,7 @@ class DirectPlugin(ImagerPlugin):
             self.assemble()
             self.finalize()
             self.print_info()
-        except errors.CreatorError:
+        except CreatorError:
             raise
         finally:
             self.cleanup()
-- 
2.1.4



  parent reply	other threads:[~2017-02-08 19:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08 18:51 [PATCH 0/9] #10619: refactor wic codebase (continuation) Ed Bartosh
2017-02-08 18:51 ` [PATCH 1/9] wic: partitionedfs: merged __format_disks and create Ed Bartosh
2017-02-08 18:51 ` [PATCH 2/9] wic: partitionedfs: get rid of __add_partition Ed Bartosh
2017-02-08 18:51 ` [PATCH 3/9] wic: partitionedfs: rename __create_partition and __add_disk Ed Bartosh
2017-02-08 18:51 ` [PATCH 4/9] wic: direct: get rid of _get_parts getter Ed Bartosh
2017-02-08 18:51 ` [PATCH 5/9] wic: use the same partition object in direct and partitionedfs Ed Bartosh
2017-02-08 18:51 ` [PATCH 6/9] wic: make sure layout_partitions is called once Ed Bartosh
2017-02-08 18:51 ` [PATCH 7/9] wic: direct: remove unused plugin attributes Ed Bartosh
2017-02-08 18:51 ` Ed Bartosh [this message]
2017-02-08 18:51 ` [PATCH 9/9] wic: remove unused argument scripts_path Ed Bartosh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56635ebeb5a679da660de457e1e830a80bda77c2.1486579259.git.ed.bartosh@linux.intel.com \
    --to=ed.bartosh@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox