Use /usr/bin/env shebang to make more crossplatform.

Based on noVNC pull request from Decorum.
This commit is contained in:
Joel Martin
2011-03-26 15:27:08 -05:00
parent 7534574a2f
commit 8765971e06
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
'''
A WebSocket server that echos back whatever it receives from the client.