Debian Automated Code Analysis

pyflakes analysis of zope-cmfbibliographyat_0.8.0-3_all.deb

./usr/share/zope/Products/CMFBibliographyAT/config.py:1: 'os' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/__init__.py:10: 'os' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/__init__.py:12: 'package_home' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/__init__.py:20: 'ENTRY_TYPES' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/__init__.py:54: redefinition of unused 'content' from line 22
./usr/share/zope/Products/CMFBibliographyAT/__init__.py:84: redefinition of unused 'parsers' from line 23
./usr/share/zope/Products/CMFBibliographyAT/__init__.py:98: redefinition of unused 'renderers' from line 23
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:1: 'LargeBibliographyFolder' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:1: 'BibliographyFolder' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:3: 'ArticleSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:3: 'ArticleReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:5: 'BookSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:5: 'BookReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:7: 'BookletSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:7: 'BookletReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:9: 'InbookSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:9: 'InbookReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:11: 'IncollectionReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:13: 'InproceedingsReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:15: 'ManualSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:15: 'ManualReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:17: 'MastersthesisReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:17: 'MastersthesisSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:19: 'MiscSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:19: 'MiscReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:21: 'PhdthesisSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:21: 'PhdthesisReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:23: 'PreprintSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:23: 'PreprintReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:25: 'ProceedingsReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:25: 'ProceedingsSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:27: 'TechreportReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:27: 'TechreportSchema' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:29: 'UnpublishedReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:31: 'WebpublishedReference' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:34: 'BibliographyParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:35: 'BibtexParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:36: 'EndNoteParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:37: 'IBSSParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:38: 'ISBNParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:39: 'MedlineParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:40: 'PyBlBibtexParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/getImportReports.py:25: 'return' outside function
return tuple(reports)
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/getFieldIndexes.py:10: 'return' outside function
return context.portal_bibliography.getFieldIndexes()
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/orig_importForm.py:1: invalid syntax
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 ^
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/showISBNLink.py:11: 'return' outside function
return context.getProperty('show_isbn_link', site_default)
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/getISBNLink.py:10: 'return' outside function
if not isbn: return ("", "")
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/getPublicationsByAuthor.py:14: 'return' outside function
return member and member.getBRefs('authorOf') or []
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/getAuthorDataFromMember.py:34: 'return' outside function
return lname and {'firstname':fname, 'middlename':mname, 'lastname':lname, 'homepage':hpage} or None
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/isBibliographyExportable.py:14: 'return' outside function
return iface.objectImplements(obj,
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/bibliography_export.py:13: 'return' outside function
if not format: return None
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/getLastImportReport.py:23: 'return' outside function
return tuple(report)
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/DefaultSource.py:10: 'return' outside function
return context.meta_type[:-9] + "." # expecting something like '...Reference'
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/orig_import.py:14: 'return' outside function
return "Got a string <%s>, not a file to read" % file
./usr/share/zope/Products/CMFBibliographyAT/skins/bibliography/getPortalTypeNames.py:12: 'return' outside function
return type_ids
/bibapi.py:42: 'RISParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:43: 'XMLParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:45: 'BibliographyRenderer' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:47: 'BibtexRenderer' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:48: 'EndRenderer' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:49: 'PDFRenderer' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:50: 'RISRenderer' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/bibapi.py:51: 'XMLRenderer' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/bibutils.py:65: local variable 'error' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/bibliography.py:22: 'ManagePortal' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/renderers/endnote.py:64: local variable 'error' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/renderers/ris.py:66: local variable 'error' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/renderers/bibtex.py:12: 'unquote' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/renderers/xml.py:64: local variable 'error' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/renderers/base.py:60: undefined name 'format'
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/endnote.py:18: 'BibliographyParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/endnote.py:22: '_bibtex' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/endnote.py:26: redefinition of unused 'BaseParser' from line 23
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/endnote.py:80: local variable 'error' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/pyblbibtex.py:131: local variable 'msg' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/pyblbibtex.py:132: local variable 'obtained' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/pyblbibtex.py:168: local variable 'authorlist' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/ris.py:18: 'BibliographyParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/ris.py:22: '_bibtex' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/ris.py:26: redefinition of unused 'BaseParser' from line 23
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/ris.py:82: local variable 'error' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/xml.py:11: 're' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/xml.py:18: 'BibliographyParser' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/xml.py:22: '_bibtex' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/xml.py:26: redefinition of unused 'BaseParser' from line 23
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/xml.py:79: local variable 'error' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/tool/parsers/base.py:110: undefined name 'format'
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Proceedings.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Proceedings.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Proceedings.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Thesis.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Thesis.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Thesis.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Report.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Report.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Report.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/TechnicalReport.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/TechnicalReport.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/TechnicalReport.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/NewsArticle.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/NewsArticle.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/NewsArticle.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/BibFolder.py:1: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Standard.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Standard.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Standard.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Article.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Article.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Article.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:1: 'package_home' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:2: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:5: 'os' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:7: 'from config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:13: 'BibFolder' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:14: 'Book' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:15: 'Article' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:16: 'Chapter' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:17: 'Journal' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:18: 'TechnicalReport' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:19: 'Thesis' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:20: 'Proceedings' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:21: 'ConferencePaper' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:22: 'NewsArticle' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/__init__.py:23: 'Standard' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/ConferencePaper.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/ConferencePaper.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/ConferencePaper.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Book.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Book.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Book.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Journal.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Journal.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Journal.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Chapter.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Chapter.py:2: 'from Products.bibTypes.base_fields import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Chapter.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/base_fields.py:1: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/base_fields.py:2: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/MikesBibTypes/Extensions/Install.py:3: 'from Products.bibTypes.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/content/book.py:20: 'BooleanField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/book.py:21: 'BooleanWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/misc.py:13: 'StringField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/misc.py:13: 'StringWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/booklet.py:13: 'StringField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/booklet.py:13: 'StringWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/inbook.py:14: 'BooleanField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/inbook.py:14: 'StringField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/inbook.py:15: 'StringWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/inbook.py:15: 'BooleanWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/folder.py:11: 'quote' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/folder.py:21: 'from Products.LinguaPlone.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/content/folder.py:23: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/content/folder.py:27: 'BibtexMarshaller' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/folder.py:37: local variable 'UnicodeDecodeError' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/content/folder.py:43: local variable 'UnicodeDecodeError' is assigned to but never used
./usr/share/zope/Products/CMFBibliographyAT/content/schemata.py:2: 'LinesField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/schemata.py:4: 'SelectionWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/schemata.py:6: 'RichWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/schemata.py:6: 'IdWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/schemata.py:7: 'DisplayList' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/schemata.py:8: 'TypesWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/manual.py:15: 'StringWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/manual.py:15: 'StringField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/__init__.py:16: 'Products' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/proceedings.py:14: 'BooleanField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/proceedings.py:14: 'StringField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/proceedings.py:15: 'StringWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/proceedings.py:15: 'BooleanWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/proceedings.py:20: 'editor_flagField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/mastersthesis.py:13: 'StringField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/mastersthesis.py:13: 'StringWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/article.py:17: 'BibtexMarshaller' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/phdthesis.py:13: 'StringField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/phdthesis.py:13: 'StringWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/techreport.py:13: 'StringField' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/techreport.py:13: 'StringWidget' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/content/base.py:17: 'CMFCorePermissions' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/Extensions/Install.py:19: 'from Products.CMFBibliographyAT.config import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/Extensions/utils/makeDemoMembers.py:20: 'path' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/Extensions/utils/makeDemoMembers.py:89: undefined name 'logFile'
./usr/share/zope/Products/CMFBibliographyAT/transform/html2bibaware.py:52: undefined name 'portal'
./usr/share/zope/Products/CMFBibliographyAT/transform/bibaware2html.py:35: undefined name 'getToolByName'
./usr/share/zope/Products/CMFBibliographyAT/transform/bibaware2html.py:35: undefined name 'portal'
./usr/share/zope/Products/CMFBibliographyAT/tests/testMemberAuthors.py:15: 'ZopeTestCase' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/testMemberAuthors.py:17: 'setup' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/testMemberAuthors.py:85: undefined name 'framework'
./usr/share/zope/Products/CMFBibliographyAT/tests/testReferenceTypes.py:15: 'ZopeTestCase' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/testReferenceTypes.py:62: undefined name 'framework'
./usr/share/zope/Products/CMFBibliographyAT/tests/setup.py:10: 'dummy' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/setup.py:40: undefined name 'get_transaction'
./usr/share/zope/Products/CMFBibliographyAT/tests/testProductInstall.py:15: 'ZopeTestCase' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/testProductInstall.py:17: 'setup' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/testProductInstall.py:119: undefined name 'framework'
./usr/share/zope/Products/CMFBibliographyAT/tests/dummy.py:3: 'from Products.Archetypes.public import *' used; unable to detect undefined names
./usr/share/zope/Products/CMFBibliographyAT/tests/testBibliographyTool.py:15: 'ZopeTestCase' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/testBibliographyTool.py:17: 'setup' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/testBibliographyTool.py:87: undefined name 'framework'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:44: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:45: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:47: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:48: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:50: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:51: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:55: undefined name 'sys'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:56: undefined name 'sys'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:58: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:61: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:63: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:63: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:64: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:64: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:65: undefined name 'sys'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:67: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:71: undefined name 'sys'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:73: 'unittest' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:74: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:74: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:80: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:80: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:82: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:85: undefined name 'sys'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:88: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:91: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:94: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:100: undefined name 'sys'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:104: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:105: undefined name 'os'
./usr/share/zope/Products/CMFBibliographyAT/tests/framework.py:106: undefined name 'sys'
./usr/share/zope/Products/CMFBibliographyAT/tests/testBibliographyFolder.py:15: 'ZopeTestCase' imported but unused
./usr/share/zope/Products/CMFBibliographyAT/tests/testBibliographyFolder.py:139: undefined name 'framework'

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