Debian Automated Code Analysis

pyflakes analysis of ibus-xkbc_1.3.3.20100804-2_all.deb

./usr/share/ibus-xkbc/vkb/vkb_config.py:22: 'from vkb_constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb.py:30: 'from prefs import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb.py:31: 'from vkb_canvas import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb.py:32: 'from vkb_window import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb.py:33: 'from vkb_config import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_window.py:24: 'from vkb_config import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_key.py:23: 'gtk' imported but unused
./usr/share/ibus-xkbc/vkb/vkb_key.py:25: 'cairo' imported but unused
./usr/share/ibus-xkbc/vkb/vkb_key.py:29: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_key.py:30: 'from xkb_geometry import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_key.py:31: 'from xkb_config import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_key.py:32: 'from vkb_constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_key.py:33: 'from vkb_color import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_keymodel.py:28: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_keymodel.py:29: 'from vkb_constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_keymodel.py:30: 'from vkb_signal import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_canvas.py:25: 'from vkb import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_canvas.py:26: 'from vkb_key import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_canvas.py:27: 'from vkb_keymodel import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_canvas.py:28: 'from vkb_config import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/vkb/vkb_canvas.py:467: local variable 'name' is assigned to but never used
./usr/share/ibus-xkbc/vkb/vkb_color.py:23: 'from vkb_constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/hotkey.py:27: 'keysyms' imported but unused
./usr/share/ibus-xkbc/setup/hotkey.py:28: 'from prefs import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/hotkey.py:29: 'from keyeventutil import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/hotkey.py:43: local variable 'hkl' is assigned to but never used
./usr/share/ibus-xkbc/setup/main.py:27: 'from vars import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/prefs.py:26: 'from vars import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/prefs.py:29: 'from xkbc import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/keyeventutil.py:61: local variable 'num_mod' is assigned to but never used
./usr/share/ibus-xkbc/setup/layout.py:21: 'sys' imported but unused
./usr/share/ibus-xkbc/setup/layout.py:22: 'os' imported but unused
./usr/share/ibus-xkbc/setup/layout.py:25: 'from vars import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/layout.py:26: 'from prefs import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_rules.py:25: 'from xml.sax.handler import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_symbols.py:21: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_symbols.py:22: 'from parser import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_types.py:21: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_types.py:22: 'from parser import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_keymap.py:21: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_keymap.py:22: 'from parser import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_keymap.py:49: local variable 'length' is assigned to but never used
./usr/share/ibus-xkbc/setup/xkbc/xkb_keymap.py:50: local variable 'i' is assigned to but never used
./usr/share/ibus-xkbc/setup/xkbc/xkb_geometry.py:23: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_geometry.py:24: 'from parser import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_geometry.py:95: redefinition of function 'get_key_gap' from line 68
./usr/share/ibus-xkbc/setup/xkbc/xkb_geometry.py:334: redefinition of function 'get_key_gap' from line 306
./usr/share/ibus-xkbc/setup/xkbc/__init__.py:21: 'from xkb_config import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/__init__.py:22: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/__init__.py:23: 'from parser import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/__init__.py:24: 'from xkb_symbols import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/__init__.py:25: 'from xkb_types import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/__init__.py:26: 'from xkb_keycodes import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/__init__.py:27: 'from xkb_keymap import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/__init__.py:28: 'from xkb_geometry import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/__init__.py:29: 'from xkb_rules import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_config.py:25: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_config.py:27: 'from parser import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_config.py:28: 'from xkb_symbols import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_config.py:29: 'from xkb_types import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_config.py:30: 'from xkb_keycodes import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_config.py:31: 'from xkb_keymap import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_config.py:32: 'from xkb_geometry import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_config.py:33: 'from unicodeutil import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/parser.py:25: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_keycodes.py:21: 'from constants import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/setup/xkbc/xkb_keycodes.py:22: 'from parser import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/engine/main.py:85: local variable 'err' is assigned to but never used
./usr/share/ibus-xkbc/engine/factory.py:23: 'os' imported but unused
./usr/share/ibus-xkbc/engine/engine.py:26: 'from prefs import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/engine/engine.py:27: 'from vars import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/engine/engine.py:28: 'from layout import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/engine/engine.py:29: 'from keyeventutil import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/engine/engine.py:31: 'gobject' imported but unused
./usr/share/ibus-xkbc/engine/engine.py:36: 'from compose_tbl import *' used; unable to detect undefined names
./usr/share/ibus-xkbc/engine/engine.py:176: redefinition of function 'process_key_event' from line 173

This report was generated on Fri, 25 Mar 2011 06:28:15 +0000, based on results by pyflakes 0.4.0-1