Commit 64c4766
committed
fix: Add missing importlib.util import
* Without first importing importlib.util an AttributeError will be raised
```
Traceback (most recent call last):
File "/madanalysis5/./bin/ma5", line 51, in <module>
if not importlib.util.find_spec("six"):
^^^^^^^^^^^^^^
AttributeError: module 'importlib' has no attribute 'util'
```1 parent 3900ec9 commit 64c4766
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
0 commit comments