pySim/utils_test.py: use proper shebang for this executable

Change-Id: I8ad843643b5a97d41a12f74e2ada49088a54974d
This commit is contained in:
Vadim Yanitskiy 2021-03-11 23:01:55 +01:00
parent 3e58d38bdf
commit 7d57edfe2d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/pyton
#!/usr/bin/env python3
import unittest
import utils