Skip to content

Commit 4b76d12

Browse files
committed
Add shebang to ease exec on Linux
Add shebang to ease exec on Linux, also remove superfluous author line.
1 parent b088725 commit 4b76d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ApiNgDemoJsonRpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__author__ = 'annangiv'
1+
#!/usr/bin/env python
22

33
import urllib2
44
import json

0 commit comments

Comments
 (0)