Added try-except check for MutableMapping import in fpd_file.py
The MutableMapping class was moved from collections to collections.abc in recent update to Python. A try-except check on the MutableMapping import in fpd.fpd_file was added.
The MutableMapping class was moved from collections to collections.abc in recent update to Python. A try-except check on the MutableMapping import in fpd.fpd_file was added.