]> code.ossystems Code Review - openembedded-core.git/commit
wic: direct.py: get rid of names with two underscores
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 24 Jan 2017 13:43:53 +0000 (15:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:12:47 +0000 (14:12 +0000)
commit2f92c0490f1acf5a6926fc6654ce3b6588ddcc24
treee3dd2d63f3a12f605e00b1573585f485f5bc29bf
parentf77efbe81a5d3d16ecb1872cf237bb3e56c63c39
wic: direct.py: get rid of names with two underscores

Attributes with two leading underscores are mangled in Python
and used mainly for avoiding name clashes with names from
subclasses. They're not needed in most of wic classes.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/imager/direct.py