diff options
Diffstat (limited to 'scripts/check-driverimpls.py')
-rwxr-xr-x | scripts/check-driverimpls.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/check-driverimpls.py b/scripts/check-driverimpls.py index bc3f16a816..8289b8051e 100755 --- a/scripts/check-driverimpls.py +++ b/scripts/check-driverimpls.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (C) 2013-2019 Red Hat, Inc. # @@ -17,8 +17,6 @@ # <http://www.gnu.org/licenses/>. # -from __future__ import print_function - import re import sys |