From: Peter Lemenkov Date: Thu, 20 Sep 2018 13:17:07 +0300 Subject: [PATCH] Explicitly use Python2 Signed-off-by: Peter Lemenkov diff --git a/scripts/dbtextdb/__init__.py b/scripts/dbtextdb/__init__.py index 1041be860..3d3bfde22 100644 --- a/scripts/dbtextdb/__init__.py +++ b/scripts/dbtextdb/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright 2008 Google Inc. All Rights Reserved. diff --git a/scripts/dbtextdb/dbtextdb.py b/scripts/dbtextdb/dbtextdb.py index 3cd866f02..98038820b 100755 --- a/scripts/dbtextdb/dbtextdb.py +++ b/scripts/dbtextdb/dbtextdb.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright 2008 Google Inc. All Rights Reserved. diff --git a/scripts/dbtextdb/dbtextdb_test.py b/scripts/dbtextdb/dbtextdb_test.py index ecbab0674..ecdff6851 100644 --- a/scripts/dbtextdb/dbtextdb_test.py +++ b/scripts/dbtextdb/dbtextdb_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright 2008 Google Inc. All Rights Reserved.