Skip to content

Commit

Permalink
Added a hash-bang line to board-serve.py to make it a standalone script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbradberry committed Apr 6, 2016
1 parent 393083b commit d935b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/board-serve.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
import sys
from pkg_resources import iter_entry_points
from boardserver import server
Expand Down

0 comments on commit d935b5c

Please sign in to comment.