Remove name mangling from find_dbus_interfaces

Double underscore in Python mangles names and sometimes is
used as a way to make things private; however, in general
this isn't considered best practice and there isn't a compelling
reason for it here.

Rather, the convention for denoting a private interface is
to use a single leading underscore.

For more information:
http://www.artima.com/weblogs/viewpost.jsp?thread=211430

Change-Id: Ie0dab2118c4d9ad97f47ef83a5b68ad82e5f9dd2
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 406b46d9c5858c6d72e525cc43630c1cecfaa077
  1. .gitignore
  2. LICENSE
  3. phosphor-mapper
  4. setup.cfg
  5. setup.py