google / openhtf

The open-source hardware testing framework.
Apache License 2.0
530 stars 217 forks source link

Fix broken `plug` relative import in global `__init__.py` #1099

Closed kehrazy closed 1 year ago

kehrazy commented 1 year ago

The imported plug module was broken, plugs did not work with multiple monitors as they should have been.

This was probably due to the black magic class->name->object shenanigans going on in the plug initialization.


This change is Reviewable