Skip to content

Commit

Permalink
Added a shebang line to point to Python3 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
numato-anoopjose committed Jan 20, 2016
1 parent 7f228b6 commit 64637fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FPGA/Mimas/tools/configuration/python/mimasconfig.py
Expand Up @@ -31,6 +31,7 @@
#Example (Windows) : python mimasconfig.py /dev/ttyACM0 mimas.bin
#Example (Ubuntun 14.04) : python3 mimasconfig.py COM3 mimas.bin

#!/usr/bin/python3
import sys
import serial
import struct
Expand Down

0 comments on commit 64637fb

Please sign in to comment.