diff options
Diffstat (limited to 'Tools')
-rwxr-xr-x[-rw-r--r--] | Tools/Python/calcdeps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Python/calcdeps.py b/Tools/Python/calcdeps.py index 7742cf9cdc..5372bcce1d 100644..100755 --- a/Tools/Python/calcdeps.py +++ b/Tools/Python/calcdeps.py @@ -1,4 +1,4 @@ -#!env python +#!/usr/bin/env python """Calculate the dependencies a given module has by looking through the source code to see what guids and functions are referenced to see which Packages and |