Change rest of the shebangs to use python2

This commit is contained in:
Doug Newgard 2015-07-12 12:41:28 -05:00
parent c9002607f6
commit 7427823be5
12 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import (unicode_literals, division, absolute_import,
print_function)

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import (unicode_literals, division, absolute_import,
print_function)

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import (unicode_literals, division, absolute_import,
print_function)

View File

@ -52,7 +52,7 @@ CherryPy code
hello.py::
#!/usr/bin/python
#!/usr/bin/python2
import cherrypy
class HelloWorld:

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
# Copyright (C) 2007-2010 Søren Roug, European Environment Agency
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
# Copyright (C) 2008 Søren Roug, European Environment Agency
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
# Copyright (C) 2007-2008 Søren Roug, European Environment Agency
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
# Copyright (C) 2006-2007 Søren Roug, European Environment Agency
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
# Copyright (C) 2006-2010 Søren Roug, European Environment Agency
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
# Copyright (C) 2006-2007 Søren Roug, European Environment Agency
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
# This contains a 128x128 px thumbnail in PNG format
# Taken from http://www.zwahlendesign.ch/en/node/20

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
# Copyright (C) 2006-2009 Søren Roug, European Environment Agency
#