Debian Automated Code Analysis

pyflakes analysis of python-pyscard_1.6.12-4_i386.deb

./usr/share/pyshared/smartcard/CardMonitoring.py:31: 'exc_info' imported but unused
./usr/share/pyshared/smartcard/CardMonitoring.py:35: 'readers' imported but unused
./usr/share/pyshared/smartcard/CardMonitoring.py:36: 'CardRequestTimeoutException' imported but unused
./usr/share/pyshared/smartcard/CardMonitoring.py:40: 'AnyCardType' imported but unused
./usr/share/pyshared/smartcard/ClassLoader.py:10: 'sys' imported but unused
./usr/share/pyshared/smartcard/ClassLoader.py:11: 'types' imported but unused
./usr/share/pyshared/smartcard/ExclusiveTransmitCardConnection.py:24: 'CardConnection' imported but unused
./usr/share/pyshared/smartcard/ExclusiveTransmitCardConnection.py:29: 'PCSCCardConnection' imported but unused
./usr/share/pyshared/smartcard/guid.py:54: 'smartcard' imported but unused
./usr/share/pyshared/smartcard/PassThruCardService.py:56: 'CardConnection' imported but unused
./usr/share/pyshared/smartcard/Card.py:24: 'NoCardException' imported but unused
./usr/share/pyshared/smartcard/Card.py:24: 'CardConnectionException' imported but unused
./usr/share/pyshared/smartcard/CardType.py:75: undefined name 'InvalidATRMaskLengthException'
./usr/share/pyshared/smartcard/ReaderMonitoring.py:31: 'exc_info' imported but unused
./usr/share/pyshared/smartcard/ReaderMonitoring.py:32: 'enumerate' imported but unused
./usr/share/pyshared/smartcard/ReaderMonitoring.py:36: 'ListReadersException' imported but unused
./usr/share/pyshared/smartcard/ReaderMonitoring.py:39: 'from smartcard.Synchronization import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/ReaderMonitoring.py:185: local variable 'e' is assigned to but never used
./usr/share/pyshared/smartcard/Observer.py:15: 'from smartcard.Synchronization import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/CardNames.py:32: 'toBytes' imported but unused
./usr/share/pyshared/smartcard/ExclusiveConnectCardConnection.py:24: 'CardConnection' imported but unused
./usr/share/pyshared/smartcard/CardService.py:33: 'SmartcardException' imported but unused
./usr/share/pyshared/smartcard/CardService.py:34: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/CardConnection.py:27: 'SmartcardException' imported but unused
./usr/share/pyshared/smartcard/CardConnection.py:28: 'Observer' imported but unused
./usr/share/pyshared/smartcard/Session.py:27: 'CardConnection' imported but unused
./usr/share/pyshared/smartcard/pcsc/PCSCPart10.py:25: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/pcsc/PCSCCardRequest.py:34: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/pcsc/PCSCReaderGroups.py:25: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/pcsc/PCSCReaderGroups.py:27: 'from smartcard.pcsc.PCSCExceptions import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/pcsc/PCSCReader.py:29: 'from smartcard.Exceptions import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/pcsc/PCSCReader.py:30: 'from smartcard.pcsc.PCSCExceptions import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/pcsc/PCSCReader.py:31: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/pcsc/PCSCReader.py:115: 'from smartcard.util import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/pcsc/PCSCCardConnection.py:27: 'Observable' imported but unused
./usr/share/pyshared/smartcard/pcsc/PCSCCardConnection.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/pcsc/PCSCContext.py:27: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/scard/__init__.py:2: 'from scard import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/scard/__init__.py:4: 'from smartcard.scard._scard import *' used; unable to detect undefined names
./usr/share/pyshared/smartcard/wx/APDUHexValidator.py:51: local variable 'val' is assigned to but never used
./usr/share/pyshared/smartcard/wx/APDUHexValidator.py:53: undefined name 'value'
./usr/share/pyshared/smartcard/wx/ReaderToolbar.py:54: local variable 'selection' is assigned to but never used
./usr/share/pyshared/smartcard/wx/ReaderToolbar.py:73: local variable 'tsize' is assigned to but never used
./usr/share/pyshared/smartcard/wx/ReaderToolbar.py:77: undefined name 'isz'
./usr/share/pyshared/smartcard/wx/ReaderToolbar.py:81: undefined name 'isz'
./usr/share/pyshared/smartcard/wx/CardAndReaderTreePanel.py:360: undefined name 'cardmonitor'
./usr/share/pyshared/smartcard/wx/CardAndReaderTreePanel.py:362: undefined name 'readermonitor'
./usr/share/doc/python-pyscard/examples/Examples/scard-api/sample_transaction.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/scard-api/sample_control.py:28: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/scard-api/sample_getStatusChange.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/scard-api/sample_listInterfaces.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/scard-api/sample_listCards.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/scard-api/sample_getATR.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/scard-api/sample_selectDFTelecom.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/scard-api/sample_readers.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/wx/pcscdiag/pcscdiag.py:74: local variable 'childCard' is assigned to but never used
./usr/share/doc/python-pyscard/examples/Examples/wx/pcscdiag/pcscdiag.py:82: local variable 'child' is assigned to but never used
./usr/share/doc/python-pyscard/examples/Examples/wx/apdumanager/apdumanager.py:30: 'from smartcard.wx.SimpleSCardApp import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/wx/apdumanager/apdumanager.py:63: redefinition of unused 'sys' from line 28
./usr/share/doc/python-pyscard/examples/Examples/wx/apdumanager/setup.py:29: 'py2exe' imported but unused
./usr/share/doc/python-pyscard/examples/Examples/wx/readerviewer/setup.py:29: 'py2exe' imported but unused
./usr/share/doc/python-pyscard/examples/Examples/wx/readerviewer/readerviewer.py:28: 'from smartcard.wx.SimpleSCardApp import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/wx/readerviewer/readerviewer.py:60: redefinition of unused 'sys' from line 27
./usr/share/doc/python-pyscard/examples/Examples/wx/cardmonitor/setup.py:29: 'py2exe' imported but unused
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_TransmitCardObserver.py:26: 'stdin' imported but unused
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_TransmitCardObserver.py:30: 'from smartcard.util import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_CardConnectionDecorator.py:29: 'CardConnection' imported but unused
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_MonitorReaders.py:27: 'stdin' imported but unused
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_toHexString.py:27: 'from smartcard.util import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_MonitorCardsAndTransmit.py:28: 'stdin' imported but unused
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_MonitorCardsAndTransmit.py:33: 'from smartcard.util import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_MonitorCards.py:27: 'stdin' imported but unused
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_MonitorCards.py:31: 'from smartcard.util import *' used; unable to detect undefined names
./usr/share/doc/python-pyscard/examples/Examples/framework/sample_ExclusiveCardConnection.py:29: 'CardConnection' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/CardMonitoring.py:31: 'exc_info' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/CardMonitoring.py:35: 'readers' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/CardMonitoring.py:36: 'CardRequestTimeoutException' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/CardMonitoring.py:40: 'AnyCardType' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/ClassLoader.py:10: 'sys' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/ClassLoader.py:11: 'types' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/ExclusiveTransmitCardConnection.py:24: 'CardConnection' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/ExclusiveTransmitCardConnection.py:29: 'PCSCCardConnection' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/guid.py:54: 'smartcard' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/PassThruCardService.py:56: 'CardConnection' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/Card.py:24: 'NoCardException' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/Card.py:24: 'CardConnectionException' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/CardType.py:75: undefined name 'InvalidATRMaskLengthException'
./usr/lib/python2.6/dist-packages/smartcard/ReaderMonitoring.py:31: 'exc_info' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/ReaderMonitoring.py:32: 'enumerate' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/ReaderMonitoring.py:36: 'ListReadersException' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/ReaderMonitoring.py:39: 'from smartcard.Synchronization import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/ReaderMonitoring.py:185: local variable 'e' is assigned to but never used
./usr/lib/python2.6/dist-packages/smartcard/Observer.py:15: 'from smartcard.Synchronization import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/CardNames.py:32: 'toBytes' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/ExclusiveConnectCardConnection.py:24: 'CardConnection' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/CardService.py:33: 'SmartcardException' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/CardService.py:34: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/CardConnection.py:27: 'SmartcardException' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/CardConnection.py:28: 'Observer' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/Session.py:27: 'CardConnection' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCPart10.py:25: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCCardRequest.py:34: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCReaderGroups.py:25: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCReaderGroups.py:27: 'from smartcard.pcsc.PCSCExceptions import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCReader.py:29: 'from smartcard.Exceptions import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCReader.py:30: 'from smartcard.pcsc.PCSCExceptions import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCReader.py:31: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCReader.py:115: 'from smartcard.util import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCCardConnection.py:27: 'Observable' imported but unused
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCCardConnection.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/pcsc/PCSCContext.py:27: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/scard/__init__.py:2: 'from scard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/scard/__init__.py:4: 'from smartcard.scard._scard import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/smartcard/wx/APDUHexValidator.py:51: local variable 'val' is assigned to but never used
./usr/lib/python2.6/dist-packages/smartcard/wx/APDUHexValidator.py:53: undefined name 'value'
./usr/lib/python2.6/dist-packages/smartcard/wx/ReaderToolbar.py:54: local variable 'selection' is assigned to but never used
./usr/lib/python2.6/dist-packages/smartcard/wx/ReaderToolbar.py:73: local variable 'tsize' is assigned to but never used
./usr/lib/python2.6/dist-packages/smartcard/wx/ReaderToolbar.py:77: undefined name 'isz'
./usr/lib/python2.6/dist-packages/smartcard/wx/ReaderToolbar.py:81: undefined name 'isz'
./usr/lib/python2.6/dist-packages/smartcard/wx/CardAndReaderTreePanel.py:360: undefined name 'cardmonitor'
./usr/lib/python2.6/dist-packages/smartcard/wx/CardAndReaderTreePanel.py:362: undefined name 'readermonitor'
./usr/lib/python2.7/dist-packages/smartcard/CardMonitoring.py:31: 'exc_info' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/CardMonitoring.py:35: 'readers' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/CardMonitoring.py:36: 'CardRequestTimeoutException' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/CardMonitoring.py:40: 'AnyCardType' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/ClassLoader.py:10: 'sys' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/ClassLoader.py:11: 'types' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/ExclusiveTransmitCardConnection.py:24: 'CardConnection' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/ExclusiveTransmitCardConnection.py:29: 'PCSCCardConnection' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/guid.py:54: 'smartcard' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/PassThruCardService.py:56: 'CardConnection' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/Card.py:24: 'NoCardException' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/Card.py:24: 'CardConnectionException' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/CardType.py:75: undefined name 'InvalidATRMaskLengthException'
./usr/lib/python2.7/dist-packages/smartcard/ReaderMonitoring.py:31: 'exc_info' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/ReaderMonitoring.py:32: 'enumerate' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/ReaderMonitoring.py:36: 'ListReadersException' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/ReaderMonitoring.py:39: 'from smartcard.Synchronization import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/ReaderMonitoring.py:185: local variable 'e' is assigned to but never used
./usr/lib/python2.7/dist-packages/smartcard/Observer.py:15: 'from smartcard.Synchronization import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/CardNames.py:32: 'toBytes' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/ExclusiveConnectCardConnection.py:24: 'CardConnection' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/CardService.py:33: 'SmartcardException' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/CardService.py:34: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/CardConnection.py:27: 'SmartcardException' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/CardConnection.py:28: 'Observer' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/Session.py:27: 'CardConnection' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCPart10.py:25: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCCardRequest.py:34: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCReaderGroups.py:25: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCReaderGroups.py:27: 'from smartcard.pcsc.PCSCExceptions import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCReader.py:29: 'from smartcard.Exceptions import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCReader.py:30: 'from smartcard.pcsc.PCSCExceptions import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCReader.py:31: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCReader.py:115: 'from smartcard.util import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCCardConnection.py:27: 'Observable' imported but unused
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCCardConnection.py:29: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/pcsc/PCSCContext.py:27: 'from smartcard.scard import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/scard/__init__.py:2: 'from scard import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/scard/__init__.py:4: 'from smartcard.scard._scard import *' used; unable to detect undefined names
./usr/lib/python2.7/dist-packages/smartcard/wx/APDUHexValidator.py:51: local variable 'val' is assigned to but never used
./usr/lib/python2.7/dist-packages/smartcard/wx/APDUHexValidator.py:53: undefined name 'value'
./usr/lib/python2.7/dist-packages/smartcard/wx/ReaderToolbar.py:54: local variable 'selection' is assigned to but never used
./usr/lib/python2.7/dist-packages/smartcard/wx/ReaderToolbar.py:73: local variable 'tsize' is assigned to but never used
./usr/lib/python2.7/dist-packages/smartcard/wx/ReaderToolbar.py:77: undefined name 'isz'
./usr/lib/python2.7/dist-packages/smartcard/wx/ReaderToolbar.py:81: undefined name 'isz'
./usr/lib/python2.7/dist-packages/smartcard/wx/CardAndReaderTreePanel.py:360: undefined name 'cardmonitor'
./usr/lib/python2.7/dist-packages/smartcard/wx/CardAndReaderTreePanel.py:362: undefined name 'readermonitor'

This report was generated on Fri, 10 Jun 2011 06:44:57 +0000, based on results by pyflakes 0.4.0-1