]> code.ossystems Code Review - openembedded-core.git/commit
wic: partitionedfs: rename __create_partition and __add_disk
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 8 Feb 2017 18:51:27 +0000 (20:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:32 +0000 (20:06 -0800)
commit26f3218070d34ccd4e81fa3b8e1a15c03583d070
treed1e7bd05005ec8df59b3c303d7b6dc982b070c3d
parentb7fb20fffada61211dda6d41f99407618428f23c
wic: partitionedfs: rename __create_partition and __add_disk

Renamed private methods with leading double underscores:
__create_partition -> _create_partition
__add_disk -> _add_disk

There is no point to have those names mangled, one underscore
is enough.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/utils/partitionedfs.py