Ussuri+ is python3 only

update python to python3

Change-Id: Ia5c645704ab366b8691f3ca3e7920e87c6279171
This commit is contained in:
dengzhaosen 2021-05-06 09:20:58 +08:00
parent 1b2e229542
commit 496c7226fa
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2013, AT&T Labs, Yun Mao <yunmao@gmail.com>
# All Rights Reserved.
#