Debian Automated Code Analysis

pyflakes analysis of python-papyon_0.4.10-1_all.deb

./usr/share/pyshared/papyon/p2p.py:40: 'urllib' imported but unused
./usr/share/pyshared/papyon/client.py:92: 'from papyon.transport import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/__init__.py:36: 'from client import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/__init__.py:37: 'from conversation import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/__init__.py:38: 'NetworkID' imported but unused
./usr/share/pyshared/papyon/__init__.py:38: 'Group' imported but unused
./usr/share/pyshared/papyon/__init__.py:38: 'Presence' imported but unused
./usr/share/pyshared/papyon/__init__.py:38: 'Privacy' imported but unused
./usr/share/pyshared/papyon/__init__.py:38: 'Contact' imported but unused
./usr/share/pyshared/papyon/__init__.py:38: 'Membership' imported but unused
./usr/share/pyshared/papyon/__init__.py:39: 'event' imported but unused
./usr/share/pyshared/papyon/__init__.py:40: 'sip' imported but unused
./usr/share/pyshared/papyon/switchboard_manager.py:357: local variable 'switchboard_participants' is assigned to but never used
./usr/share/pyshared/papyon/profile.py:766: undefined name 'self'
./usr/share/pyshared/papyon/event/webcam.py:34: undefined name 'client'
./usr/share/pyshared/papyon/event/__init__.py:62: local variable 'e' is assigned to but never used
./usr/share/pyshared/papyon/event/__init__.py:68: 'from client import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:69: 'from conversation import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:70: 'from profile import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:71: 'from contact import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:72: 'from address_book import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:73: 'from offline_messages import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:74: 'from invite import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:75: 'from mailbox import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:76: 'from call import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:77: 'from media import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/event/__init__.py:78: 'from webcam import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/util/decorator.py:22: 'sys' imported but unused
./usr/share/pyshared/papyon/util/debug.py:21: 'struct' imported but unused
./usr/share/pyshared/papyon/util/string_io.py:24: 'from cStringIO import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/util/string_io.py:26: 'from StringIO import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/util/element_tree.py:24: 'from xml.etree.cElementTree import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/util/element_tree.py:27: 'from cElementTree import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/util/element_tree.py:29: 'from elementtree.ElementTree import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/util/iso8601/__init__.py:1: 'from iso8601 import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/SOAPService.py:24: 'from SOAPUtils import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/__init__.py:27: 'ContentRoaming' imported but unused
./usr/share/pyshared/papyon/service/SingleSignOn.py:21: 'from SOAPService import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/SingleSignOn.py:26: 'time' imported but unused
./usr/share/pyshared/papyon/service/SingleSignOn.py:223: redefinition of unused 'sys' from line 28
./usr/share/pyshared/papyon/service/AddressBook/ab.py:23: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/ab.py:24: 'from papyon.service.AddressBook.common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/ab.py:25: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/ab.py:370: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/__init__.py:21: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/__init__.py:22: 'from address_book import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/address_book.py:31: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/address_book.py:32: 'from papyon.service.description.AB.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/address_book.py:33: 'from papyon.service.AddressBook.scenario.contacts import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/address_book.py:37: undefined name 'AddressBookState' in __all__
./usr/share/pyshared/papyon/service/AddressBook/address_book.py:231: local variable 'ab' is assigned to but never used
./usr/share/pyshared/papyon/service/AddressBook/address_book.py:657: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/sharing.py:23: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/sharing.py:24: 'from papyon.service.AddressBook.common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/sharing.py:219: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/__init__.py:23: 'from sync import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/__init__.py:24: 'from contacts import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/__init__.py:25: 'from groups import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/sync/__init__.py:20: 'from initial_sync import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/sync/initial_sync.py:20: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/messenger_contact_add.py:24: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/accept_invite.py:24: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/block_contact.py:60: undefined name 'AddressBookError'
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/contact_delete.py:22: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:20: 'from accept_invite import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:21: 'from decline_invite import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:22: 'from check_pending_invite import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:24: 'from update_memberships import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:25: 'from block_contact import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:26: 'from unblock_contact import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:27: 'from allow_contact import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:28: 'from disallow_contact import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:30: 'from contact_update_properties import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:31: 'from contact_delete import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:33: 'from email_contact_add import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:34: 'from messenger_contact_add import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/__init__.py:35: 'from mobile_contact_add import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/contact_find.py:20: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/email_contact_add.py:53: undefined name 'contact_info'
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/email_contact_add.py:54: undefined name 'contact_info'
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/contact_update_properties.py:22: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/check_pending_invite.py:22: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/contacts/update_memberships.py:20: 'from papyon.service.AddressBook.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/groups/group_delete.py:20: 'from papyon.service.AddressBook import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/groups/group_add.py:20: 'from papyon.service.AddressBook import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/groups/group_rename.py:20: 'from papyon.service.AddressBook import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/groups/group_contact_add.py:20: 'from papyon.service.AddressBook import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/groups/__init__.py:20: 'from group_add import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/groups/__init__.py:21: 'from group_contact_add import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/groups/__init__.py:22: 'from group_contact_delete import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/groups/__init__.py:23: 'from group_delete import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/AddressBook/scenario/groups/__init__.py:24: 'from group_rename import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/__init__.py:21: 'from offline_messages_box import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/__init__.py:22: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/rsi.py:22: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/offline_messages_box.py:24: 'from papyon.service.SOAPUtils import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/offline_messages_box.py:25: 'from papyon.service.OfflineIM.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/offline_messages_box.py:379: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/offline_messages_box.py:380: 'AddressBook' imported but unused
./usr/share/pyshared/papyon/service/OfflineIM/oim.py:21: 'from papyon.service.OfflineIM.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/oim.py:24: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/scenario/delete_messages.py:19: 'from papyon.service.OfflineIM.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/scenario/send_message.py:19: 'from papyon.service.OfflineIM.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/scenario/__init__.py:23: 'base' imported but unused
./usr/share/pyshared/papyon/service/OfflineIM/scenario/__init__.py:25: 'from sync_headers import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/scenario/__init__.py:26: 'from fetch_messages import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/scenario/__init__.py:27: 'from send_message import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/scenario/__init__.py:28: 'from delete_messages import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/scenario/fetch_messages.py:19: 'from papyon.service.OfflineIM.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/OfflineIM/scenario/sync_headers.py:19: 'from papyon.service.OfflineIM.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/Spaces/contactcardservice.py:22: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/Spaces/__init__.py:22: 'from spaces import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/Spaces/spaces.py:23: 'from papyon.service.SOAPUtils import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/Spaces/spaces.py:25: 'ElementTree' imported but unused
./usr/share/pyshared/papyon/service/Spaces/spaces.py:26: 'StringIO' imported but unused
./usr/share/pyshared/papyon/service/Spaces/spaces.py:70: redefinition of unused 'logging' from line 29
./usr/share/pyshared/papyon/service/Spaces/spaces.py:71: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/Spaces/spaces.py:72: 'from papyon.service.AddressBook import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/Spaces/scenario/__init__.py:23: 'base' imported but unused
./usr/share/pyshared/papyon/service/Spaces/scenario/__init__.py:25: 'from get_contact_card import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/storage.py:19: 'url_split' imported but unused
./usr/share/pyshared/papyon/service/ContentRoaming/storage.py:21: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/storage.py:117: local variable 'document' is assigned to but never used
./usr/share/pyshared/papyon/service/ContentRoaming/__init__.py:21: 'from content_roaming import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/content_roaming.py:20: 'scenario' imported but unused
./usr/share/pyshared/papyon/service/ContentRoaming/content_roaming.py:22: 'from papyon.service.ContentRoaming.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/content_roaming.py:23: 'from papyon.service.ContentRoaming.scenario import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/content_roaming.py:28: undefined name 'ContentRoamingError' in __all__
./usr/share/pyshared/papyon/service/ContentRoaming/content_roaming.py:28: undefined name 'ContentRoamingState' in __all__
./usr/share/pyshared/papyon/service/ContentRoaming/content_roaming.py:173: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/content_roaming.py:174: 'from papyon.service.AddressBook import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/scenario/get_stored_profile.py:19: 'from base import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/scenario/get_stored_profile.py:21: 'from papyon.service.ContentRoaming.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/scenario/store_profile.py:19: 'from base import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/scenario/store_profile.py:21: 'from papyon.service.ContentRoaming.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/scenario/__init__.py:23: 'base' imported but unused
./usr/share/pyshared/papyon/service/ContentRoaming/scenario/__init__.py:25: 'from get_stored_profile import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/ContentRoaming/scenario/__init__.py:26: 'from store_profile import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/__init__.py:21: 'SingleSignOn' imported but unused
./usr/share/pyshared/papyon/service/description/__init__.py:23: 'AB' imported but unused
./usr/share/pyshared/papyon/service/description/__init__.py:24: 'Sharing' imported but unused
./usr/share/pyshared/papyon/service/description/__init__.py:26: 'SchematizedStore' imported but unused
./usr/share/pyshared/papyon/service/description/__init__.py:28: 'RSI' imported but unused
./usr/share/pyshared/papyon/service/description/__init__.py:29: 'OIM' imported but unused
./usr/share/pyshared/papyon/service/description/__init__.py:30: 'Spaces' imported but unused
./usr/share/pyshared/papyon/service/description/Sharing/AddMember.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/Sharing/FindMembership.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/Sharing/FindMembership.py:21: 'Membership' imported but unused
./usr/share/pyshared/papyon/service/description/Sharing/__init__.py:25: 'FindMembership' imported but unused
./usr/share/pyshared/papyon/service/description/Sharing/__init__.py:26: 'AddMember' imported but unused
./usr/share/pyshared/papyon/service/description/Sharing/__init__.py:27: 'DeleteMember' imported but unused
./usr/share/pyshared/papyon/service/description/Sharing/DeleteMember.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABGroupAdd.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABFindAll.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABFindAll.py:22: 'xml' imported but unused
./usr/share/pyshared/papyon/service/description/AB/ABContactDelete.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABGroupUpdate.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/__init__.py:25: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/__init__.py:27: 'ABAdd' imported but unused
./usr/share/pyshared/papyon/service/description/AB/__init__.py:29: 'ABFindAll' imported but unused
./usr/share/pyshared/papyon/service/description/AB/__init__.py:31: 'ABContactAdd' imported but unused
./usr/share/pyshared/papyon/service/description/AB/__init__.py:32: 'ABContactDelete' imported but unused
./usr/share/pyshared/papyon/service/description/AB/__init__.py:33: 'ABContactUpdate' imported but unused
./usr/share/pyshared/papyon/service/description/AB/__init__.py:35: 'ABGroupAdd' imported but unused
./usr/share/pyshared/papyon/service/description/AB/__init__.py:36: 'ABGroupDelete' imported but unused
./usr/share/pyshared/papyon/service/description/AB/__init__.py:37: 'ABGroupUpdate' imported but unused
./usr/share/pyshared/papyon/service/description/AB/__init__.py:38: 'ABGroupContactAdd' imported but unused
./usr/share/pyshared/papyon/service/description/AB/__init__.py:39: 'ABGroupContactDelete' imported but unused
./usr/share/pyshared/papyon/service/description/AB/ABContactAdd.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABContactAdd.py:21: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABContactUpdate.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABContactUpdate.py:21: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABGroupContactDelete.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABGroupContactAdd.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABGroupContactAdd.py:21: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABGroupDelete.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABAdd.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/AB/ABAdd.py:21: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/RSI/DeleteMessages.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/RSI/GetMetadata.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/RSI/__init__.py:25: 'GetMetadata' imported but unused
./usr/share/pyshared/papyon/service/description/RSI/__init__.py:26: 'GetMessage' imported but unused
./usr/share/pyshared/papyon/service/description/RSI/__init__.py:27: 'DeleteMessages' imported but unused
./usr/share/pyshared/papyon/service/description/RSI/GetMessage.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/SingleSignOn/__init__.py:27: 'RequestMultipleSecurityTokens' imported but unused
./usr/share/pyshared/papyon/service/description/OIM/__init__.py:25: 'Store2' imported but unused
./usr/share/pyshared/papyon/service/description/SchematizedStore/FindDocuments.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/SchematizedStore/CreateRelationships.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/SchematizedStore/CreateDocument.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/SchematizedStore/__init__.py:25: 'GetProfile' imported but unused
./usr/share/pyshared/papyon/service/description/SchematizedStore/__init__.py:26: 'UpdateProfile' imported but unused
./usr/share/pyshared/papyon/service/description/SchematizedStore/__init__.py:28: 'DeleteRelationships' imported but unused
./usr/share/pyshared/papyon/service/description/SchematizedStore/__init__.py:29: 'CreateRelationships' imported but unused
./usr/share/pyshared/papyon/service/description/SchematizedStore/__init__.py:31: 'CreateDocument' imported but unused
./usr/share/pyshared/papyon/service/description/SchematizedStore/__init__.py:32: 'FindDocuments' imported but unused
./usr/share/pyshared/papyon/service/description/SchematizedStore/DeleteRelationships.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/SchematizedStore/UpdateProfile.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/SchematizedStore/GetProfile.py:20: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/service/description/Spaces/__init__.py:25: 'GetXmlFeed' imported but unused
./usr/share/pyshared/papyon/media/stream.py:22: 'from papyon.media.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/conference.py:21: 'from papyon.media import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/conference.py:22: 'from papyon.event.media import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/conference.py:31: 'sys' imported but unused
./usr/share/pyshared/papyon/media/__init__.py:21: 'from call import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/__init__.py:22: 'from candidate import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/__init__.py:23: 'from codec import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/__init__.py:24: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/__init__.py:25: 'from message import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/__init__.py:26: 'from relay import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/__init__.py:27: 'from session import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/__init__.py:28: 'from stream import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/media/session.py:22: 'from papyon.media.stream import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/turn.py:21: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/turn.py:24: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/turn.py:32: 'random' imported but unused
./usr/share/pyshared/papyon/sip/turn.py:139: redefinition of unused 'hmac' from line 31
./usr/share/pyshared/papyon/sip/transport.py:21: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/transport.py:22: 'from papyon.gnet.io import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/transport.py:23: 'from papyon.msnp.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/ice.py:22: 'from papyon.media.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/ice.py:23: 'from papyon.util.encoding import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/message.py:21: 'from papyon.sip.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/sdp.py:22: 'from papyon.media.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/__init__.py:21: 'SIPConnectionManager' imported but unused
./usr/share/pyshared/papyon/sip/call.py:24: 'from papyon.service.SingleSignOn import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/call.py:25: 'from papyon.sip.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/connection.py:22: 'from papyon.sip.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/connection_manager.py:21: 'from papyon.msnp.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/connection_manager.py:22: 'from papyon.sip.connection import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/sip/connection_manager.py:23: 'from papyon.sip.transport import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/test.py:5: 'from papyon.msnp2p.session_manager import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/test.py:6: 'from papyon.msnp2p.session import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/test.py:7: 'EufGuid' imported but unused
./usr/share/pyshared/papyon/msnp2p/test.py:9: 'StringIO' imported but unused
./usr/share/pyshared/papyon/msnp2p/test.py:132: local variable 'n' is assigned to but never used
./usr/share/pyshared/papyon/msnp2p/webcam.py:22: 'from papyon.msnp2p.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/webcam.py:23: 'from papyon.msnp2p.SLP import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/webcam.py:24: 'from papyon.msnp2p.transport import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/webcam.py:25: 'from papyon.msnp2p.exceptions import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/webcam.py:32: 'gobject' imported but unused
./usr/share/pyshared/papyon/msnp2p/webcam.py:34: 'base64' imported but unused
./usr/share/pyshared/papyon/msnp2p/webcam.py:35: 'random' imported but unused
./usr/share/pyshared/papyon/msnp2p/session_manager.py:22: 'from papyon.msnp2p.transport import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/session_manager.py:23: 'from papyon.msnp2p.exceptions import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/session_manager.py:24: 'from papyon.msnp2p.SLP import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/session_manager.py:25: 'SLPContentType' imported but unused
./usr/share/pyshared/papyon/msnp2p/__init__.py:25: 'P2PSessionManager' imported but unused
./usr/share/pyshared/papyon/msnp2p/__init__.py:26: 'P2PSession' imported but unused
./usr/share/pyshared/papyon/msnp2p/__init__.py:27: 'EufGuid' imported but unused
./usr/share/pyshared/papyon/msnp2p/__init__.py:27: 'ApplicationID' imported but unused
./usr/share/pyshared/papyon/msnp2p/msnobject.py:22: 'from papyon.msnp2p.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/msnobject.py:23: 'from papyon.msnp2p.SLP import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/msnobject.py:24: 'from papyon.msnp2p.transport import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/msnobject.py:25: 'from papyon.msnp2p.exceptions import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/msnobject.py:27: 'EventsDispatcher' imported but unused
./usr/share/pyshared/papyon/msnp2p/msnobject.py:28: 'rw_property' imported but unused
./usr/share/pyshared/papyon/msnp2p/msnobject.py:30: 'gobject' imported but unused
./usr/share/pyshared/papyon/msnp2p/msnobject.py:31: 'random' imported but unused
./usr/share/pyshared/papyon/msnp2p/session.py:22: 'from papyon.msnp2p.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/session.py:23: 'from papyon.msnp2p.SLP import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/session.py:24: 'from papyon.msnp2p.transport import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/session.py:25: 'from papyon.msnp2p.exceptions import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/session.py:26: 'ElementTree' imported but unused
./usr/share/pyshared/papyon/msnp2p/session.py:29: 'base64' imported but unused
./usr/share/pyshared/papyon/msnp2p/transport/switchboard.py:26: 'gobject' imported but unused
./usr/share/pyshared/papyon/msnp2p/transport/__init__.py:22: 'from TLP import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/transport/__init__.py:23: 'from transport_manager import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/transport/transport_manager.py:21: 'from papyon.msnp2p.transport.switchboard import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp2p/transport/transport_manager.py:25: 'struct' imported but unused
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:33: undefined name 'TCPClient'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:47: undefined name 'gobject'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:48: undefined name 'gobject'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:49: undefined name 'gobject'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:50: undefined name 'gobject'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:50: undefined name 'gobject'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:73: undefined name 'logger'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:75: undefined name 'logger'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:77: undefined name 'logger'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:81: undefined name 'logger'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:86: undefined name 'IoStatus'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:88: undefined name 'logger'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:101: undefined name 'struct'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:104: undefined name 'struct'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:105: undefined name 'logger'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:113: undefined name 'gobject'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:116: undefined name 'NATTraversalService'
./usr/share/pyshared/papyon/msnp2p/transport/nat_traversal.py:119: undefined name 'NATTraversalService'
./usr/share/pyshared/papyon/msnp2p/transport/default.py:23: 'gobject' imported but unused
./usr/share/pyshared/papyon/msnp2p/transport/base.py:21: 'MessageChunk' imported but unused
./usr/share/pyshared/papyon/msnp/command.py:23: 'unquote' imported but unused
./usr/share/pyshared/papyon/msnp/command.py:23: 'quote' imported but unused
./usr/share/pyshared/papyon/msnp/notification.py:179: local variable 'ss' is assigned to but never used
./usr/share/pyshared/papyon/msnp/message.py:26: 'unquote' imported but unused
./usr/share/pyshared/papyon/msnp/message.py:26: 'quote' imported but unused
./usr/share/pyshared/papyon/msnp/__init__.py:24: 'from command import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp/__init__.py:25: 'from message import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp/__init__.py:26: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp/__init__.py:27: 'from notification import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp/__init__.py:28: 'from switchboard import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp/__init__.py:29: 'from mailbox import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/msnp/__init__.py:30: 'ProtocolState' imported but unused
./usr/share/pyshared/papyon/gnet/constants.py:22: 'AF_INET6' imported but unused
./usr/share/pyshared/papyon/gnet/constants.py:22: 'SOCK_SEQPACKET' imported but unused
./usr/share/pyshared/papyon/gnet/constants.py:22: 'SOCK_RAW' imported but unused
./usr/share/pyshared/papyon/gnet/constants.py:22: 'SOCK_DGRAM' imported but unused
./usr/share/pyshared/papyon/gnet/constants.py:22: 'SOCK_STREAM' imported but unused
./usr/share/pyshared/papyon/gnet/constants.py:22: 'AF_INET' imported but unused
./usr/share/pyshared/papyon/gnet/constants.py:22: 'SOCK_RDM' imported but unused
./usr/share/pyshared/papyon/gnet/constants.py:25: 'AF_UNIX' imported but unused
./usr/share/pyshared/papyon/gnet/__init__.py:26: 'IoError' imported but unused
./usr/share/pyshared/papyon/gnet/__init__.py:26: 'IoStatus' imported but unused
./usr/share/pyshared/papyon/gnet/__init__.py:27: 'io' imported but unused
./usr/share/pyshared/papyon/gnet/parser.py:23: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/message/HTTP.py:23: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/protocol/HTTP.py:20: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/protocol/HTTP.py:21: 'ProxyInfos' imported but unused
./usr/share/pyshared/papyon/gnet/protocol/__init__.py:22: 'from HTTP import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/protocol/__init__.py:23: 'from HTTPS import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/protocol/HTTPS.py:20: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/proxy/proxy_infos.py:20: 'base64' imported but unused
./usr/share/pyshared/papyon/gnet/proxy/HTTPConnect.py:22: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/proxy/__init__.py:23: 'from proxy_infos import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/proxy/SOCKS4.py:22: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/abstract.py:21: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/ssl_socket.py:21: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/sock.py:21: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/__init__.py:23: 'from abstract import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/__init__.py:24: 'from sock import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/__init__.py:25: 'from tcp import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/__init__.py:26: 'from ssl_socket import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/__init__.py:27: 'from ssl_tcp import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/iochannel.py:21: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/iochannel.py:22: 'from papyon.gnet.resolver import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/iochannel.py:26: 'from errno import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/tcp.py:21: 'from papyon.gnet.constants import *' used; unable to detect undefined names
./usr/share/pyshared/papyon/gnet/io/ssl_tcp.py:21: 'from papyon.gnet.constants import *' used; unable to detect undefined names

This report was generated on Sun, 02 Jan 2011 05:31:55 +0000, based on results by pyflakes 0.4.0-1