diff options
| -rwxr-xr-x | mat2 | 2 | ||||
| -rw-r--r-- | tests/test_corrupted_files.py | 2 | ||||
| -rw-r--r-- | tests/test_libmat2.py | 2 | ||||
| -rw-r--r-- | tests/test_policy.py | 2 |
4 files changed, 4 insertions, 4 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/python3 | 1 | #!/usr/bin/env python3 |
| 2 | 2 | ||
| 3 | import os | 3 | import os |
| 4 | from typing import Tuple | 4 | from typing import Tuple |
diff --git a/tests/test_corrupted_files.py b/tests/test_corrupted_files.py index 928ca1f..72d124f 100644 --- a/tests/test_corrupted_files.py +++ b/tests/test_corrupted_files.py | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/python3 | 1 | #!/usr/bin/env python3 |
| 2 | 2 | ||
| 3 | import unittest | 3 | import unittest |
| 4 | import shutil | 4 | import shutil |
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py index 95f4ceb..74dad2e 100644 --- a/tests/test_libmat2.py +++ b/tests/test_libmat2.py | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/python3 | 1 | #!/usr/bin/env python3 |
| 2 | 2 | ||
| 3 | import unittest | 3 | import unittest |
| 4 | import shutil | 4 | import shutil |
diff --git a/tests/test_policy.py b/tests/test_policy.py index 5a8447b..890f8c3 100644 --- a/tests/test_policy.py +++ b/tests/test_policy.py | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/python3 | 1 | #!/usr/bin/env python3 |
| 2 | 2 | ||
| 3 | import unittest | 3 | import unittest |
| 4 | import shutil | 4 | import shutil |
