TonyFlury / py-importjson

Import json data into python as a module, complete with auto creation of classes, class and instance data attributes, __init__ methods and more.
8 stars 3 forks source link

Confirm compatibility with importlib ... #26

Closed TonyFlury closed 5 years ago

TonyFlury commented 5 years ago

Import mechanism should be compatible with Python importlib dynamic import mechanism.

TonyFlury commented 5 years ago

Fix in documentation only - the test cases all use importlib