Skip to content
Snippets Groups Projects

Change shebang to "#!/usr/bin/env python3" in python shell scripts. Fix #103

Merged Wojciech Barcik requested to merge 103-change-shebangs-in-python-shell-scripts into develop
14 files
+ 15
16
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 1
1
#!/usr/local/bin/python3
#!/usr/bin/env python3
"""Hive profiling tools"""
import cProfile
Loading