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

View File

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