Debian Automated Code Analysis

pyflakes analysis of python-excelerator_0.6.4.1-1_all.deb

./usr/share/pyshared/pyExcelerator/Style.py:197: unexpected indent
            
             ^
./usr/share/pyshared/pyExcelerator/Workbook.py:617: invalid syntax
    
     ^
./usr/share/pyshared/pyExcelerator/Row.py:47: 'from Deco import *' used; unable to detect undefined names
./usr/share/pyshared/pyExcelerator/Row.py:48: 'Worksheet' imported but unused
./usr/share/pyshared/pyExcelerator/ExcelFormula.py:48: 'from Deco import *' used; unable to detect undefined names
./usr/share/pyshared/pyExcelerator/Column.py:48: 'from Deco import *' used; unable to detect undefined names
./usr/share/pyshared/pyExcelerator/ExcelFormulaParser.py:17: 'from ExcelMagic import *' used; unable to detect undefined names
./usr/share/pyshared/pyExcelerator/ExcelFormulaParser.py:24: 'Token' imported but unused
./usr/share/pyshared/pyExcelerator/ExcelFormulaParser.py:322: local variable 'name_tok' is assigned to but never used
./usr/share/pyshared/pyExcelerator/__init__.py:12: 'Workbook' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:13: 'Worksheet' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:14: 'Row' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:15: 'Column' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:16: 'Font' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:16: 'Protection' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:16: 'Pattern' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:16: 'Borders' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:16: 'Alignment' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:17: 'XFStyle' imported but unused
./usr/share/pyshared/pyExcelerator/__init__.py:18: 'from ImportXLS import *' used; unable to detect undefined names
./usr/share/pyshared/pyExcelerator/__init__.py:20: 'from ExcelFormula import *' used; unable to detect undefined names
./usr/share/pyshared/pyExcelerator/ImportXLS.py:46: 'UnicodeUtils' imported but unused
./usr/share/pyshared/pyExcelerator/ImportXLS.py:49: 'pack' imported but unused
./usr/share/pyshared/pyExcelerator/ImportXLS.py:87: local variable 'tail_size' is assigned to but never used
./usr/share/pyshared/pyExcelerator/ImportXLS.py:122: local variable 'tail_size' is assigned to but never used
./usr/share/pyshared/pyExcelerator/ExcelFormulaLexer.py:46: 'sys' imported but unused
./usr/share/pyshared/pyExcelerator/ExcelFormulaLexer.py:48: 'struct' imported but unused
./usr/share/pyshared/pyExcelerator/ExcelFormulaLexer.py:50: 'UNICODE' imported but unused
./usr/share/pyshared/pyExcelerator/ExcelFormulaLexer.py:50: 'match' imported but unused
./usr/share/pyshared/pyExcelerator/Bitmap.py:53: 'from struct import *' used; unable to detect undefined names
./usr/share/pyshared/pyExcelerator/BIFFRecords.py:46: 'from UnicodeUtils import *' used; unable to detect undefined names
./usr/share/pyshared/pyExcelerator/BIFFRecords.py:47: 'sys' imported but unused
./usr/share/pyshared/pyExcelerator/BIFFRecords.py:1589: local variable 'asian_phonetic_settings' is assigned to but never used
./usr/share/pyshared/pyExcelerator/BIFFRecords.py:1590: local variable 'rich_text_settings' is assigned to but never used
./usr/share/pyshared/pyExcelerator/Utils.py:35: 'pack' imported but unused
./usr/share/pyshared/pyExcelerator/Utils.py:153: undefined name 'cell'
./usr/share/pyshared/pyExcelerator/Worksheet.py:83: 'Formatting' imported but unused
./usr/share/pyshared/pyExcelerator/Worksheet.py:87: 'from Deco import *' used; unable to detect undefined names
./usr/share/pyshared/pyExcelerator/Worksheet.py:1115: redefinition of function 'get_parent' from line 218
./usr/share/doc/python-excelerator/examples/row_styles_empty.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/xls2html.py:8: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/formula_names.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/unicode2.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/dates.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/big-16Mb.py:6: 'from time import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/big-16Mb.py:7: 'from pyExcelerator.Workbook import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/big-16Mb.py:8: 'from pyExcelerator.Style import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/merged.py:8: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/mini.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/xls2csv.py:8: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/row_styles.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/protection.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/unicode0.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/merged0.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/merged1.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/hyperlinks.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/xls2txt.py:8: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/image.py:8: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/col_width.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/numbers.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/blanks.py:8: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/panes.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/big-35Mb.py:6: 'from time import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/big-35Mb.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/num_formats.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/wsprops.py:80: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/parse-fmla.py:1: 'ExcelFormulaParser' imported but unused
./usr/share/doc/python-excelerator/examples/parse-fmla.py:2: 'sys' imported but unused
./usr/share/doc/python-excelerator/examples/outline.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/sst.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/formulas.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/formulas.py:8: 'from pyExcelerator.Worksheet import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/format.py:8: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-excelerator/examples/unicode1.py:7: 'from pyExcelerator import *' used; unable to detect undefined names

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