PeterJCLaw / srcomp

Reliable software for running robotics competitions
https://github.com/PeterJCLaw/srcomp/wiki
GNU General Public License v3.0
0 stars 1 forks source link

Rmeove use of deprecated imp module #4

Closed PeterJCLaw closed 3 years ago

PeterJCLaw commented 3 years ago

The standard library imp module is deprecated. We should move towards importlib. Specifically there's an example of importing from a source file which may be useful.