This commit is contained in:
Scott Moser 2013-03-07 16:00:35 -05:00
parent 836e0938c1
commit 5cb95d6b8c

View File

@ -247,6 +247,7 @@ def simple_device_part_info(devpath):
class Bunch:
st_mode = None # fix pylint complaint
def __init__(self, **kwds):
self.__dict__.update(kwds)