Transfered from launchpad Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/papyon/service/SOAPService.py", line 223, in _response_handler user_data) File "/usr/lib/pymodules/python2.6/papyon/service/AddressBook/ab.py", line 362, in _HandleSOAPFault errback[0](errcode, *errback[1:]) File "/usr/lib/pymodules/python2.6/papyon/service/AddressBook/scenario/groups/group_contact_delete.py", line 48, in __group_contact_delete_errback errcode = AddressBookError.UNKNOWN NameError: global name 'AddressBookError' is not defined
We were missing an import, branch to fix this : http://git.collabora.co.uk/?p=user/olethanh/papyon.git;a=shortlog;h=refs/heads/fix_24236
> +from papyon.service.AddressBook.constants import * Ugh. Isn't "from foo import *" generally considered harmful? (It makes it hard to determine where your symbols came from...)
Tbh I simply copied how it was done in the others modules, but you are right, I will correct it.
Corrected and merged
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.