Debian Automated Code Analysis

pyflakes analysis of python-aeidon_0.17.2-1_all.deb

./usr/share/pyshared/aeidon/file.py:78: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/share/pyshared/aeidon/file.py:78: invalid syntax
        with contextlib.closing(codecs.open(*args)) as fobj:
                       ^
./usr/share/pyshared/aeidon/encodings.py:182: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/share/pyshared/aeidon/encodings.py:182: invalid syntax
    with open(path, "r") as fobj:
             ^
./usr/share/pyshared/aeidon/patternman.py:261: local variable 'encoding' is assigned to but never used
./usr/share/pyshared/aeidon/locales.py:77: 'locale' imported but unused
./usr/share/pyshared/aeidon/__init__.py:99: 'from aeidon.paths import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:100: 'deco' imported but unused
./usr/share/pyshared/aeidon/__init__.py:101: 'i18n' imported but unused
./usr/share/pyshared/aeidon/__init__.py:102: 'util' imported but unused
./usr/share/pyshared/aeidon/__init__.py:103: 'temp' imported but unused
./usr/share/pyshared/aeidon/__init__.py:104: 'from aeidon.contractual import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:105: 'from aeidon.delegate import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:106: 'from aeidon.singleton import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:107: 'from aeidon.mutables import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:108: 'from aeidon.observable import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:109: 'from aeidon.errors import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:110: 'from aeidon.enum import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:111: 'from aeidon.enums.align import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:112: 'from aeidon.enums.documents import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:113: 'from aeidon.enums.formats import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:114: 'from aeidon.enums.framerates import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:115: 'from aeidon.enums.modes import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:116: 'from aeidon.enums.newlines import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:117: 'from aeidon.enums.players import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:118: 'from aeidon.enums.registers import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:119: 'encodings' imported but unused
./usr/share/pyshared/aeidon/__init__.py:120: 'languages' imported but unused
./usr/share/pyshared/aeidon/__init__.py:121: 'countries' imported but unused
./usr/share/pyshared/aeidon/__init__.py:122: 'locales' imported but unused
./usr/share/pyshared/aeidon/__init__.py:123: 'scripts' imported but unused
./usr/share/pyshared/aeidon/__init__.py:124: 'from aeidon.metadata import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:125: 'from aeidon.calculator import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:126: 'from aeidon.finder import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:127: 'from aeidon.parser import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:128: 'from aeidon.liner import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:129: 'containers' imported but unused
./usr/share/pyshared/aeidon/__init__.py:130: 'from aeidon.subtitle import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:131: 'from aeidon.file import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:132: 'files' imported but unused
./usr/share/pyshared/aeidon/__init__.py:133: 'from aeidon.markup import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:134: 'tags' imported but unused
./usr/share/pyshared/aeidon/__init__.py:135: 'from aeidon.converter import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:136: 'from aeidon.pattern import *' used; unable to detect ./usr/share/pyshared/aeidon/unittest.py:45: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/share/pyshared/aeidon/unittest.py:45: invalid syntax
        with open(path, "r") as fobj:
                 ^
./usr/share/pyshared/aeidon/util.py:134: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/share/pyshared/aeidon/util.py:134: invalid syntax
    with contextlib.closing(codecs.open(*args)) as fobj:
                   ^
undefined names
./usr/share/pyshared/aeidon/__init__.py:137: 'from aeidon.patternman import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:138: 'from aeidon.clipboard import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:139: 'from aeidon.revertable import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:140: 'agents' imported but unused
./usr/share/pyshared/aeidon/__init__.py:141: 'from aeidon.project import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/__init__.py:142: 'from aeidon.unittest import *' used; unable to detect undefined names
./usr/share/pyshared/aeidon/liner.py:278: redefinition of function 'length_func' from line 273
./usr/share/pyshared/aeidon/subtitle.py:142: redefinition of function 'duration' from line 133
./usr/share/pyshared/aeidon/subtitle.py:175: redefinition of function 'end' from line 170
./usr/share/pyshared/aeidon/subtitle.py:209: redefinition of function 'framerate' from line 204
./usr/share/pyshared/aeidon/subtitle.py:256: redefinition of function 'main_text' from line 251
./usr/share/pyshared/aeidon/subtitle.py:266: redefinition of function 'mode' from line 261
./usr/share/pyshared/aeidon/subtitle.py:316: redefinition of function 'start' from line 311
./usr/share/pyshared/aeidon/subtitle.py:350: redefinition of function 'tran_text' from line 345
./usr/share/pyshared/aeidon/agents/text.py:406: local variable 'length' is assigned to but never used
./usr/share/pyshared/aeidon/agents/save.py:96: local variable 'current_file' is assigned to but never used
./usr/share/pyshared/aeidon/agents/__init__.py:19: 'ClipboardAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:20: 'EditAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:21: 'FormatAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:22: 'OpenAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:23: 'PositionAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:24: 'PreviewAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:25: 'RegisterAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:26: 'SaveAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:27: 'SearchAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:28: 'SetAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:29: 'TextAgent' imported but unused
./usr/share/pyshared/aeidon/agents/__init__.py:30: 'UtilityAgent' imported but unused
./usr/share/pyshared/aeidon/files/__init__.py:23: 'SubStationAlpha' imported but unused
./usr/share/pyshared/aeidon/files/__init__.py:24: 'AdvSubStationAlpha' imported but unused
./usr/share/pyshared/aeidon/files/__init__.py:25: 'MicroDVD' imported but unused
./usr/share/pyshared/aeidon/files/__init__.py:26: 'MPL2' imported but unused
./usr/share/pyshared/aeidon/files/__init__.py:27: 'MPsub' imported but unused
./usr/share/pyshared/aeidon/files/__init__.py:28: 'SubRip' imported but unused
./usr/share/pyshared/aeidon/files/__init__.py:29: 'SubViewer2' imported but unused
./usr/share/pyshared/aeidon/files/__init__.py:30: 'TMPlayer' imported but unused
./usr/share/pyshared/aeidon/tags/__init__.py:23: 'SubStationAlpha' imported but unused
./usr/share/pyshared/aeidon/tags/__init__.py:24: 'AdvSubStationAlpha' imported but unused
./usr/share/pyshared/aeidon/tags/__init__.py:25: 'MicroDVD' imported but unused
./usr/share/pyshared/aeidon/tags/__init__.py:26: 'MPL2' imported but unused
./usr/share/pyshared/aeidon/tags/__init__.py:27: 'MPsub' imported but unused
./usr/share/pyshared/aeidon/tags/__init__.py:28: 'SubRip' imported but unused
./usr/share/pyshared/aeidon/tags/__init__.py:29: 'SubViewer2' imported but unused
./usr/share/pyshared/aeidon/tags/__init__.py:30: 'TMPlayer' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/patternman.py:261: local variable 'encoding' is assigned to but never used
./usr/lib/python2.6/./usr/lib/python2.6/dist-packages/aeidon/file.py:78: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/lib/python2.6/dist-packages/aeidon/file.py:78: invalid syntax
        with contextlib.closing(codecs.open(*args)) as fobj:
                       ^
./usr/lib/python2.6/dist-packages/aeidon/encodings.py:182: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/lib/python2.6/dist-packages/aeidon/encodings.py:182: invalid syntax
    with open(path, "r") as fobj:
             ^
dist-packages/aeidon/locales.py:77: 'locale' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:99: 'from aeidon.paths import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:100: 'deco' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:101: 'i18n' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:102: 'util' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:103: 'temp' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:104: 'from aeidon.contractual import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:105: 'from aeidon.delegate import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:106: 'from aeidon.singleton import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:107: 'from aeidon.mutables import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:108: 'from aeidon.observable import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:109: 'from aeidon.errors import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:110: 'from aeidon.enum import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:111: 'from aeidon.enums.align import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:112: 'from aeidon.enums.documents import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:113: 'from aeidon.enums.formats import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:114: 'from aeidon.enums.framerates import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:115: 'from aeidon.enums.modes import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:116: 'from aeidon.enums.newlines import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:117: 'from aeidon.enums.players import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:118: 'from aeidon.enums.registers import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:119: 'encodings' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:120: 'languages' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:121: 'countries' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:122: 'locales' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:123: 'scripts' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:124: 'from aeidon.metadata import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:125: 'from aeidon.calculator import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:126: 'from aeidon.finder import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:127: 'from aeidon.parser import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:128: 'from aeidon.liner import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:129: 'containers' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:130: 'from aeidon.subtitle import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:131: 'from aeidon.file import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:132: 'files' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:133: 'from aeidon./usr/lib/python2.6/dist-packages/aeidon/unittest.py:45: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/lib/python2.6/dist-packages/aeidon/unittest.py:45: invalid syntax
        with open(path, "r") as fobj:
                 ^
./usr/lib/python2.6/dist-packages/aeidon/util.py:134: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/lib/python2.6/dist-packages/aeidon/util.py:134: invalid syntax
    with contextlib.closing(codecs.open(*args)) as fobj:
                   ^
.markup import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:134: 'tags' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:135: 'from aeidon.converter import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:136: 'from aeidon.pattern import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:137: 'from aeidon.patternman import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:138: 'from aeidon.clipboard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:139: 'from aeidon.revertable import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:140: 'agents' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:141: 'from aeidon.project import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/__init__.py:142: 'from aeidon.unittest import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/aeidon/liner.py:278: redefinition of function 'length_func' from line 273
./usr/lib/python2.6/dist-packages/aeidon/subtitle.py:142: redefinition of function 'duration' from line 133
./usr/lib/python2.6/dist-packages/aeidon/subtitle.py:175: redefinition of function 'end' from line 170
./usr/lib/python2.6/dist-packages/aeidon/subtitle.py:209: redefinition of function 'framerate' from line 204
./usr/lib/python2.6/dist-packages/aeidon/subtitle.py:256: redefinition of function 'main_text' from line 251
./usr/lib/python2.6/dist-packages/aeidon/subtitle.py:266: redefinition of function 'mode' from line 261
./usr/lib/python2.6/dist-packages/aeidon/subtitle.py:316: redefinition of function 'start' from line 311
./usr/lib/python2.6/dist-packages/aeidon/subtitle.py:350: redefinition of function 'tran_text' from line 345
./usr/lib/python2.6/dist-packages/aeidon/agents/text.py:406: local variable 'length' is assigned to but never used
./usr/lib/python2.6/dist-packages/aeidon/agents/save.py:96: local variable 'current_file' is assigned to but never used
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:19: 'ClipboardAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:20: 'EditAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:21: 'FormatAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:22: 'OpenAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:23: 'PositionAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:24: 'PreviewAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:25: 'RegisterAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:26: 'SaveAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:27: 'SearchAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:28: 'SetAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:29: 'TextAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/agents/__init__.py:30: 'UtilityAgent' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/files/__init__.py:23: 'SubStationAlpha' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/files/__init__.py:24: 'AdvSubStationAlpha' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/files/__init__.py:25: 'MicroDVD' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/files/__init__.py:26: 'MPL2' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/files/__init__.py:27: 'MPsub' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/files/__init__.py:28: 'SubRip' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/files/__init__.py:29: 'SubViewer2' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/files/__init__.py:30: 'TMPlayer' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/tags/__init__.py:23: 'SubStationAlpha' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/tags/__init__.py:24: 'AdvSubStationAlpha' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/tags/__init__.py:25: 'MicroDVD' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/tags/__init__.py:26: 'MPL2' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/tags/__init__.py:27: 'MPsub' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/tags/__init__.py:28: 'SubRip' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/tags/__init__.py:29: 'SubViewer2' imported but unused
./usr/lib/python2.6/dist-packages/aeidon/tags/__init__.py:30: 'TMPlayer' imported but unused

This report was generated on Tue, 12 Apr 2011 06:29:45 +0000, based on results by pyflakes 0.4.0-1