##// END OF EJS Templates
Remove shebang line because module is no longer callable
Jessica B. Hamrick -
Show More
@@ -1,6 +1,4 b''
1 from __future__ import print_function
1 from __future__ import print_function
2 #!/usr/bin/env python
3 # -*- coding: utf8 -*-
4 import json
2 import json
5 import os
3 import os
6
4
General Comments 0
You need to be logged in to leave comments. Login now