diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-17 20:26:40 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-17 20:26:40 +1000 |
commit | c16dc29844747f1f04b30cfce3d8badecd07bdbe (patch) | |
tree | c91d195658505bc682d9fe3dd8c98f2e62d05048 /qt/ScintillaEdit/WidgetGen.py | |
parent | df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9 (diff) | |
download | scintilla-mirror-c16dc29844747f1f04b30cfce3d8badecd07bdbe.tar.gz |
Update Python versions for files that may involve PySide on Linux which requires
Python 2 still. On Windows, Python3 is used.
Diffstat (limited to 'qt/ScintillaEdit/WidgetGen.py')
-rw-r--r-- | qt/ScintillaEdit/WidgetGen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaEdit/WidgetGen.py b/qt/ScintillaEdit/WidgetGen.py index 44349a90b..0360ff166 100644 --- a/qt/ScintillaEdit/WidgetGen.py +++ b/qt/ScintillaEdit/WidgetGen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # WidgetGen.py - regenerate the ScintillaWidgetCpp.cpp and ScintillaWidgetCpp.h files # Check that API includes all gtkscintilla2 functions |