60fa408
From 5262f90a3984155b2829b7000274008c344c1e97 Mon Sep 17 00:00:00 2001
60fa408
From: Robin Lee <cheeselee@fedoraproject.org>
60fa408
Date: Fri, 9 Aug 2019 22:42:56 +0800
60fa408
Subject: [PATCH] Fix shebang
60fa408
60fa408
---
60fa408
 tools/script/dtk-license.py   | 2 +-
60fa408
 tools/script/dtk-translate.py | 2 +-
60fa408
 2 files changed, 2 insertions(+), 2 deletions(-)
60fa408
60fa408
diff --git a/tools/script/dtk-license.py b/tools/script/dtk-license.py
60fa408
index bc3a071..cf49e81 100644
60fa408
--- a/tools/script/dtk-license.py
60fa408
+++ b/tools/script/dtk-license.py
60fa408
@@ -1,4 +1,4 @@
60fa408
-#!/usr/bin/env python
60fa408
+#!/usr/bin/env python3
60fa408
 
60fa408
 import fnmatch
60fa408
 import os
60fa408
diff --git a/tools/script/dtk-translate.py b/tools/script/dtk-translate.py
60fa408
index 9cb06f8..97bb7e6 100644
60fa408
--- a/tools/script/dtk-translate.py
60fa408
+++ b/tools/script/dtk-translate.py
60fa408
@@ -1,4 +1,4 @@
60fa408
-#!env python
60fa408
+#!/usr/bin/env python3
60fa408
 
60fa408
 import sys,os,fnmatch
60fa408
 from subprocess import call
60fa408
-- 
60fa408
2.21.0
60fa408