Debian Automated Code Analysis

pyflakes analysis of python-ibus_1.3.8-1_all.deb

./usr/share/pyshared/ibus/lang.py:28: 'locale' imported but unused
./usr/share/pyshared/ibus/text.py:28: 'IBusException' imported but unused
./usr/share/pyshared/ibus/text.py:29: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/config.py:36: 'ProxyObject' imported but unused
./usr/share/pyshared/ibus/component.py:28: 'IBusException' imported but unused
./usr/share/pyshared/ibus/component.py:29: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/component.py:30: 'from enginedesc import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/component.py:31: 'from observedpath import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/observedpath.py:28: 'IBusException' imported but unused
./usr/share/pyshared/ibus/observedpath.py:29: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/enginedesc.py:28: 'IBusException' imported but unused
./usr/share/pyshared/ibus/enginedesc.py:29: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/factory.py:30: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/factory.py:31: 'from exception import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/lookuptable.py:28: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/lookuptable.py:29: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/lookuptable.py:30: 'from exception import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:23: 'from object import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:24: 'from attribute import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:25: 'from property import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:26: 'from common import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:27: 'from interface import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:28: 'from exception import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:29: 'from lookuptable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:30: 'from bus import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:31: 'from inputcontext import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:32: 'from lang import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:33: 'from utility import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:34: 'from engine import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:35: 'from factory import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:36: 'from panel import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:37: 'from notifications import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:38: 'from config import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:39: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:40: 'from text import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:41: 'from observedpath import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:42: 'from enginedesc import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:43: 'from component import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/__init__.py:44: 'from _config import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/common.py:52: 'os' imported but unused
./usr/share/pyshared/ibus/common.py:54: 'BaseDirectory' imported but unused
./usr/share/pyshared/ibus/panel.py:36: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/panel.py:257: 'factory' imported but unused
./usr/share/pyshared/ibus/panel.py:258: 'attribute' imported but unused
./usr/share/pyshared/ibus/panel.py:259: 'property' imported but unused
./usr/share/pyshared/ibus/panel.py:260: 'text' imported but unused
./usr/share/pyshared/ibus/panel.py:261: 'lookuptable' imported but unused
./usr/share/pyshared/ibus/panel.py:285: local variable 'panel' is assigned to but never used
./usr/share/pyshared/ibus/property.py:38: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/bus.py:172: 'factory' imported but unused
./usr/share/pyshared/ibus/bus.py:173: 'text' imported but unused
./usr/share/pyshared/ibus/inputcontext.py:27: 'sys' imported but unused
./usr/share/pyshared/ibus/inputcontext.py:251: 'text' imported but unused
./usr/share/pyshared/ibus/inputcontext.py:252: 'attribute' imported but unused
./usr/share/pyshared/ibus/inputcontext.py:253: 'property' imported but unused
./usr/share/pyshared/ibus/inputcontext.py:254: 'lookuptable' imported but unused
./usr/share/pyshared/ibus/inputcontext.py:255: 'factory' imported but unused
./usr/share/pyshared/ibus/inputcontext.py:319: local variable 'w' is assigned to but never used
./usr/share/pyshared/ibus/attribute.py:42: 'from serializable import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/interface/__init__.py:23: 'from iibus import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/interface/__init__.py:24: 'from iinputcontext import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/interface/__init__.py:25: 'from iengine import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/interface/__init__.py:26: 'from ienginefactory import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/interface/__init__.py:27: 'from ipanel import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/interface/__init__.py:28: 'from iconfig import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/interface/__init__.py:29: 'from inotifications import *' used; unable to detect undefined names
./usr/share/pyshared/ibus/interface/iibus.py:26: 'IBUS_IFACE_CONFIG' imported but unused

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