diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ipaddr-py/ipaddr.py | 2 | ||||
-rwxr-xr-x | contrib/ipaddr-py/ipaddr_test.py | 2 | ||||
-rwxr-xr-x | contrib/ipaddr-py/setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ipaddr-py/ipaddr.py b/contrib/ipaddr-py/ipaddr.py index a89298a315d..07fc873fb15 100644 --- a/contrib/ipaddr-py/ipaddr.py +++ b/contrib/ipaddr-py/ipaddr.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright 2007 Google Inc. # Licensed to PSF under a Contributor Agreement. diff --git a/contrib/ipaddr-py/ipaddr_test.py b/contrib/ipaddr-py/ipaddr_test.py index 09bece0e751..642466fa2ce 100755 --- a/contrib/ipaddr-py/ipaddr_test.py +++ b/contrib/ipaddr-py/ipaddr_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright 2007 Google Inc. # Licensed to PSF under a Contributor Agreement. diff --git a/contrib/ipaddr-py/setup.py b/contrib/ipaddr-py/setup.py index 33564320e45..5561bbec7b0 100755 --- a/contrib/ipaddr-py/setup.py +++ b/contrib/ipaddr-py/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright 2008 Google Inc. # |