Clean up non-standard module shebangs.

This commit is contained in:
Matt Clay
2018-03-21 09:41:01 -07:00
parent 0ae7a0e88c
commit aee01564a9
15 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2015, Sam Liu <sam.liu@activenetwork.com>

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2014, Timothy Vandenbrande <timothy.vandenbrande@gmail.com>