File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # -*- coding: utf-8 -*- #
32
43"""Make sure the installed versions all match what we need."""
54
6- from __future__ import print_function
7-
85import os
96import pkg_resources
107
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # -*- coding: utf-8 -*- #
3- from __future__ import unicode_literals
42
5- AUTHOR = u 'libgd.org'
6- SITENAME = u 'GD Graphics Library'
3+ AUTHOR = 'libgd.org'
4+ SITENAME = 'GD Graphics Library'
75SITEURL = ''
86
97PATH = 'content'
108
119TIMEZONE = 'Europe/Paris'
1210
13- DEFAULT_LANG = u 'en'
11+ DEFAULT_LANG = 'en'
1412
1513# Blogroll
1614LINKS = (
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # -*- coding: utf-8 -*- #
3- from __future__ import unicode_literals
42
5- # This file is only used if you use `make publish` or
6- # explicitly specify it as your config file.
3+ """
4+ This file is only used if you use `make publish` or explicitly specify it as
5+ your config file.
6+ """
77
88import os
99import sys
You can’t perform that action at this time.
0 commit comments