Convert notes to unicode from QString

This commit is contained in:
Philip Ridout 2013-12-06 20:00:06 +00:00
parent c14cb6674c
commit a9d9d6b1ef
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class ServiceItem(object):
self.add_icon(header[u'icon'])
self.raw_footer = header[u'footer']
self.audit = header[u'audit']
self.notes = header[u'notes']
self.notes = unicode([u'notes'])
self.from_plugin = header[u'from_plugin']
self.capabilities = header[u'capabilities']
# Added later so may not be present in older services.