diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-03-11 15:32:45 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-03-11 15:32:45 +1100 |
| commit | 563e53bb36783505d3e81aeb517f34933dd29d69 (patch) | |
| tree | 837c7223510cf75ed604fa87f9e17a57c6d98e68 /scripts/Dependencies.py | |
| parent | e656ed719ff0d70fced5a7d979d787cc59162307 (diff) | |
| download | scintilla-mirror-563e53bb36783505d3e81aeb517f34933dd29d69.tar.gz | |
Backport: Add or update #! lines of Python scripts to use python3.
Backport of changeset 7999:7422719fcc68.
Diffstat (limited to 'scripts/Dependencies.py')
| -rw-r--r-- | scripts/Dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dependencies.py b/scripts/Dependencies.py index db705137c..c9f85db02 100644 --- a/scripts/Dependencies.py +++ b/scripts/Dependencies.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Dependencies.py - discover, read, and write dependencies file for make. # The format like the output from "g++ -MM" which produces a # list of header (.h) files used by source files (.cxx). |
