Update import statement in the typical usage shown in README.
Using the older import results in the following error:
Traceback (most recent call last):
File "./test-fdt.py", line 8, in
dtb = pyfdt.FdtBlobParse(infile)
AttributeError: 'module' object has no attribute 'FdtBlobParse'
Update import statement in the typical usage shown in README.
Using the older import results in the following error: Traceback (most recent call last): File "./test-fdt.py", line 8, in
dtb = pyfdt.FdtBlobParse(infile)
AttributeError: 'module' object has no attribute 'FdtBlobParse'