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

TempDirectoryContext #37

Closed Roscher1 closed 5 years ago

Roscher1 commented 5 years ago

Hi Tony,

I've download your py-importjson:

https://github.com/TonyFlury/py-importjson In the test_importjson.py, Z: from TempDirectoryContext import TempDirectoryContext as TestDirCont I've an error: File "E:/Python/Inst_File/Tony Flury/py-importjson-master/py-importjson-master/tests/test_importjson.py", line 22, in from TempDirectoryContext import TempDirectoryContext as TestDirCont ModuleNotFoundError: No module named 'TempDirectoryContext

can you help me?

Best regards

Günther

            Klein Ammensleben, 27. Mai  2019

ICS Dr. G. Roscher GmbH Dr.-Ing., Dipl.-Math. Günther Roscher CEO Am Kirchberg 6 D - 39326 Klein Ammensleben Tel.: +49 39 202 52 12 6 Fax: +49 39 202 52 12 8 www.ICSRoscher.de webmaster@ICSRoscher.de

TonyFlury commented 5 years ago

Fixed in 0.23