diff options
author | Arthur Martella <arthur.martella.1@att.com> | 2020-01-29 11:35:34 -0500 |
---|---|---|
committer | Arthur Martella <arthur.martella.1@att.com> | 2020-01-31 14:59:15 -0500 |
commit | a89a4014895a67eadef2a4091c78506117fc2de5 (patch) | |
tree | 5c7fa307fe0f44fc54b34bf47d03a83e1a89f5ea /engine/src/tools/lock.py | |
parent | 0a81d20a553e3c4ee133136f8d3c07eeb6d8b3b6 (diff) |
Bugfixes for Python 3 conversion
Issue-ID: OPTFRA-646
Signed-off-by: Martella, Arthur <arthur.martella.1@att.com>
Change-Id: Icd9838a54fe13004a94eafbd1d9d1ffc5a5686a6
Diffstat (limited to 'engine/src/tools/lock.py')
-rw-r--r-- | engine/src/tools/lock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/tools/lock.py b/engine/src/tools/lock.py index a77eb8a..c9e0cc9 100644 --- a/engine/src/tools/lock.py +++ b/engine/src/tools/lock.py @@ -16,7 +16,7 @@ # # ------------------------------------------------------------------------- # -#!/usr/bin/env python2.7 +#!/usr/bin/env python3 import argparse |