Test if title is already unicode.

This commit is contained in:
Simon Conseil
2014-11-23 16:02:23 +01:00
parent d42915a1ca
commit dbc92d136d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
title = "Sigal test gallery ☺"
title = u"Sigal test gallery ☺"
source = 'pictures'
thumb_suffix = '.tn'
thumb_size = (200, 150)