From d23c9f4112003c006fc1f1d78d8c82c8310908c9 Mon Sep 17 00:00:00 2001 From: ayveejay <41393247+ayveejay@users.noreply.github.com> Date: Thu, 26 Jul 2018 19:27:46 +0100 Subject: [PATCH] Avoid explicit dependency on Python 3 (#2195) --- src/options/mkoptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/mkoptions.py b/src/options/mkoptions.py index 5020920ff..b2df21501 100755 --- a/src/options/mkoptions.py +++ b/src/options/mkoptions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python """ Generate option handling code and documentation in one pass. The generated files are only written to the destination file if the contents of the file -- 2.30.2