I think there is a import bug in Pulumi. ```from p...
# general
l
I think there is a import bug in Pulumi.
Copy code
from pxglb import *
pxglb is a file with classes I have built. This import is worked fine, until I have added to pxflb file a new class, a "ResourceProvider" class
Copy code
[1:05 PM] class PXNS1RecordProvider(ResourceProvider):
In this case I get the following error:
Copy code
error: Exception calling application: No module named 'pxglb'
If I copy paste the classes code into the "main" file (instead of the import), it works fine. Pulumi version: 2.4.0 Python version: 3.7.7