Use /usr/bin/env shebang to make more crossplatform.
Based on noVNC pull request from Decorum.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
A WebSocket server that echos back whatever it receives from the client.
|
||||
|
||||
Reference in New Issue
Block a user