Use unicode_literals import instead of u'unicode' notation.

Change-Id: I94ff7e2517c714b9f576f9f9f615537502fcbf41
Closes-Bug: #1276139
This commit is contained in:
Toilal 2014-03-27 08:22:20 +01:00
parent 4a69c11864
commit 95c86cbed7
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ def write_git_changelog(git_dir=None, dest_dir=os.path.curdir,
underline = len(tag) * '-'
if not first_line:
changelog_file.write(u'\n')
changelog_file.write('\n')
changelog_file.write(
("%(tag)s\n%(underline)s\n\n" %
dict(tag=tag,