fix unicode issue (closes #703)
This commit is contained in:
parent
075d71c2b1
commit
b0d84fff2a
2 changed files with 3 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue