diff options
Diffstat (limited to 'devscripts/gh-pages/update-copyright.py')
-rwxr-xr-x | devscripts/gh-pages/update-copyright.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/gh-pages/update-copyright.py b/devscripts/gh-pages/update-copyright.py index 61487f925..e122d0283 100755 --- a/devscripts/gh-pages/update-copyright.py +++ b/devscripts/gh-pages/update-copyright.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding: utf-8 from __future__ import with_statement, unicode_literals |