diff options
Diffstat (limited to 'scripts/relpath.py')
-rwxr-xr-x | scripts/relpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/relpath.py b/scripts/relpath.py index 4163dcf..8f43824 100755 --- a/scripts/relpath.py +++ b/scripts/relpath.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # vim: ts=4:sw=4:expandtab: |