diff options
Diffstat (limited to 'devscripts/gh-pages/update-sites.py')
-rwxr-xr-x | devscripts/gh-pages/update-sites.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/gh-pages/update-sites.py b/devscripts/gh-pages/update-sites.py index 4a6bb5e35..f0f0481c7 100755 --- a/devscripts/gh-pages/update-sites.py +++ b/devscripts/gh-pages/update-sites.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +from __future__ import unicode_literals import sys import os |