Merge "scripts: Call out python2 explicitly"

This commit is contained in:
Linux Build Service Account 2015-04-30 23:29:27 -07:00 committed by Gerrit - the friendly Code Review server
commit afdab52378
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python
#! /usr/bin/env python2
# Copyright (c) 2009-2014, The Linux Foundation. All rights reserved.
# Copyright (c) 2009-2015, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python
#! /usr/bin/env python2
# -*- coding: utf-8 -*-
# Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
# Copyright (c) 2011-2012, 2015, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: