pythoin scripts - use /usr/bin/env to fond python3 like the others

devs/stefan/ci-new-ewpi
Carsten Haitzler 4 years ago
parent ea95c49479
commit 9fa1b5b112
  1. 2
      examples_checks.py
  2. 2
      generate_widget_header.py

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os
import subprocess
import json

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys
import os
from ete3 import Tree, TreeStyle, AttrFace, faces, NodeStyle

Loading…
Cancel
Save