Debian Automated Code Analysis

pyflakes analysis of python-cssutils_0.9.7~b2-2_all.deb

./usr/share/pyshared/cssutils/sac.py:428: invalid syntax
        
         ^
./usr/share/pyshared/cssutils/settings.py:18: invalid syntax
#        cssproductions.parseComments = False
                                              ^
./usr/share/pyshared/cssutils/css/cssnamespacerule.py:296: invalid syntax
    
     ^
./usr/share/pyshared/cssutils/css/cssunknownrule.py:209: invalid syntax
    
     ^
./usr/share/pyshared/cssutils/tokenize2.py:5: undefined name 'CSSProductions' in __all__
./usr/share/pyshared/cssutils/tokenize2.py:9: 'from cssproductions import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/prodparser.py:60: local variable 'e' is assigned to but never used
./usr/share/pyshared/cssutils/prodparser.py:458: local variable 'nextSor' is assigned to but never used
./usr/share/pyshared/cssutils/parse.py:10: 'os' imported but unused
./usr/share/pyshared/cssutils/parse.py:12: 'urllib' imported but unused
./usr/share/pyshared/cssutils/helper.py:8: 'sys' imported but unused
./usr/share/pyshared/cssutils/__init__.py:97: 'codec' imported but unused
./usr/share/pyshared/cssutils/__init__.py:110: 'util' imported but unused
./usr/share/pyshared/cssutils/script.py:21: redefinition of unused 'encutils' from line 18
./usr/share/pyshared/cssutils/codec.py:563: redefinition of function 'search_function' from line 511
./usr/share/pyshared/cssutils/_fetchgae.py:10: 'util' imported but unused
./usr/share/pyshared/cssutils/util.py:20: redefinition of unused '_defaultFetcher' from line 18
./usr/share/pyshared/cssutils/util.py:697: local variable 'e' is assigned to but never used
./usr/share/pyshared/cssutils/serialize.py:12: 're' imported but unused
./usr/share/pyshared/cssutils/serialize.py:13: 'xml' imported but unused
./usr/share/pyshared/cssutils/serialize.py:974: local variable 'unary' is assigned to but never used
./usr/share/pyshared/cssutils/_fetch.py:10: 'util' imported but unused
./usr/share/pyshared/cssutils/stylesheets/stylesheet.py:7: 'urlparse' imported but unused
./usr/share/pyshared/cssutils/stylesheets/medialist.py:11: 'csscomment' imported but unused
./usr/share/pyshared/cssutils/stylesheets/__init__.py:8: 'from medialist import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/stylesheets/__init__.py:9: 'from mediaquery import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/stylesheets/__init__.py:10: 'from stylesheet import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/stylesheets/__init__.py:11: 'from stylesheetlist import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/cssimportrule.py:70: local variable 'mediaText' is assigned to but never used
./usr/share/pyshared/cssutils/css/selector.py:708: local variable 'context' is assigned to but never used
./usr/share/pyshared/cssutils/css/selectorlist.py:24: 'xml' imported but unused
./usr/share/pyshared/cssutils/css/cssvariablesdeclaration.py:8: 'from cssutils.prodparser import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/cssvariablesdeclaration.py:13: 'xml' imported but unused
./usr/share/pyshared/cssutils/css/cssvariablesdeclaration.py:216: local variable 'e' is assigned to but never used
./usr/share/pyshared/cssutils/css/cssvariablesdeclaration.py:237: local variable 'e' is assigned to but never used
./usr/share/pyshared/cssutils/css/__init__.py:51: 'from cssstylesheet import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:52: 'from cssrulelist import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:53: 'from cssrule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:54: 'from csscomment import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:55: 'from csscharsetrule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:56: 'from cssfontfacerule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:57: 'from cssimportrule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:58: 'from cssmediarule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:59: 'from cssnamespacerule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:60: 'from csspagerule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:61: 'from cssstylerule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:62: 'from cssvariablesrule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:63: 'from cssunknownrule import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:64: 'from selector import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:65: 'from selectorlist import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:66: 'from cssstyledeclaration import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:67: 'from cssvariablesdeclaration import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:68: 'from property import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/__init__.py:69: 'from cssvalue import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/property.py:6: 'Deprecated' imported but unused
./usr/share/pyshared/cssutils/css/property.py:254: local variable 'e' is assigned to but never used
./usr/share/pyshared/cssutils/css/cssmediarule.py:108: local variable 'namespaces' is assigned to but never used
./usr/share/pyshared/cssutils/css/cssmediarule.py:122: local variable 'oldName' is assigned to but never used
./usr/share/pyshared/cssutils/css/cssstylesheet.py:15: '_SimpleNamespaces' imported but unused
./usr/share/pyshared/cssutils/css/cssstylesheet.py:356: local variable 'e' is assigned to but never used
./usr/share/pyshared/cssutils/css/cssstyledeclaration.py:59: 'xml' imported but unused
./usr/share/pyshared/cssutils/css/cssstyledeclaration.py:285: local variable 'new' is assigned to but never used
./usr/share/pyshared/cssutils/css/cssvalue.py:13: 'from cssutils.prodparser import *' used; unable to detect undefined names
./usr/share/pyshared/cssutils/css/cssvalue.py:662: local variable 'e' is assigned to but never used
./usr/share/doc/python-cssutils/examples/selectors_tolower.py:2: 'stylesheets' imported but unused
./usr/share/doc/python-cssutils/examples/selectors_tolower.py:2: 'css' imported but unused
./usr/share/doc/python-cssutils/examples/minify.py:1: 'logging' imported but unused
./usr/share/doc/python-cssutils/examples/minify.py:1: 'StringIO' imported but unused
./usr/share/doc/python-cssutils/examples/parse.py:29: local variable 'c2' is assigned to but never used
./usr/share/doc/python-cssutils/examples/imports.py:4: 'xml' imported but unused
./usr/share/doc/python-cssutils/examples/customlog.py:15: local variable 'sheet' is assigned to but never used

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