Plasmatree / PID-Analyzer

Other
372 stars 102 forks source link

rename PID-Analyzer.py to pid_analyzer.py in order to import it in other python projet #54

Open bibitte opened 3 years ago

bibitte commented 3 years ago

Is not possible to import pid-analyser in other project because the name of file PID-Analyzer.py is not in lower case and it contains a - character.

So I rename it to pid_analyzer.py and now it's possible to import it in other project.

For your information I worte an android port of Plasmatree, you can see it here : https://gitlab.com/bibitte/androidblackboxanalyser