Ledger-Donjon / rainbow

Makes Unicorn traces. Generic Side-Channel and Fault Injection simulator
GNU Lesser General Public License v3.0
172 stars 34 forks source link

Remove unused imports in rainbow.utils #25

Closed aiooss-ledger closed 2 years ago

aiooss-ledger commented 2 years ago

This enables the user to get a side-channel trace without having to install PyQt5.

Before this patch, importing rainbow.utils.hw caused to import rainbow.utils.plot.plot which requires pyqt5.

This may break compatibility with scripts importing rainbow.utils.plot directly, but since there is a plot submodule I believe this was already broken.