fix unicode issue (closes #703)

This commit is contained in:
Romain Bignon 2011-10-04 08:57:04 +02:00
commit b0d84fff2a
2 changed files with 3 additions and 2 deletions

View file

@ -54,7 +54,7 @@ class GalleryListFormatter(IFormatter):
class Galleroob(ReplApplication):
APPNAME = 'galleroob'
VERSION = '0.9'
COPYRIGHT = 'Copyright(C) 2011 Noé Rubinstein'
COPYRIGHT = u'Copyright(C) 2011 Noé Rubinstein'
DESCRIPTION = 'galleroob browses and downloads web image galleries'
CAPS = ICapGallery
EXTRA_FORMATTERS = {'gallery_list': GalleryListFormatter}