Browse Source

Fixed shebang

master
klonfish 5 years ago
parent
commit
6e297fecca
  1. 2
      utils/blmplay.py

2
utils/blmplay.py

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#!/usr/bin/python
#! /usr/bin/env python3
import sys
import getopt

Loading…
Cancel
Save