diff options
Diffstat (limited to 'community/ntpsec/python-to-python3.patch')
-rw-r--r-- | community/ntpsec/python-to-python3.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ntpsec/python-to-python3.patch b/community/ntpsec/python-to-python3.patch index 5c7ff07800..46c202cfa4 100644 --- a/community/ntpsec/python-to-python3.patch +++ b/community/ntpsec/python-to-python3.patch @@ -389,8 +389,8 @@ index 044af45..24eb3dd 100755 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 - # encoding: ISO8859-1 - # Thomas Nagy, 2005-2017 + # encoding: latin-1 + # Thomas Nagy, 2005-2018 # diff --git a/wafhelpers/pythonize-header b/wafhelpers/pythonize-header index c58542a..f5ce2ad 100755 |