diff options
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). |