mefistotelis / pylabview

Python reader of LabVIEW RSRC files (VI, CTL, LLB). File format description on the Wiki.
MIT License
91 stars 25 forks source link

Fixing the LVdatatype import in LVclasses #9

Closed strainmike closed 2 years ago

strainmike commented 2 years ago

This is unlikely to resolve issue #8 but somehow clearly got broken while I was changing imports to use the package name.

LVrsrcontainer does not show up in the file, while LVdatatype is used multiple times. I'll have to look back through the imports I changed and make sure I didn't break anything else.

mefistotelis commented 2 years ago

looks ok. thanks.