Skip to content

Commit

Permalink
west: fix import error on sign.py
Browse files Browse the repository at this point in the history
Fix broken imports caused by changes
from its dependencies.

Signed-off-by: Jun Li <[email protected]>
  • Loading branch information
jli157 authored and nashif committed May 7, 2019
1 parent 7eb4a68 commit 2d5fb6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/west_commands/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@

from runners.core import BuildConfiguration

from zephyr_ext_common import find_build_dir, Forceable, \
BUILD_DIR_DESCRIPTION, cached_runner_config
from build_helpers import find_build_dir, \
BUILD_DIR_DESCRIPTION

from zephyr_ext_common import Forceable, \
cached_runner_config

SIGN_DESCRIPTION = '''\
This command automates some of the drudgery of creating signed Zephyr
Expand Down

0 comments on commit 2d5fb6d

Please sign in to comment.