Debian Automated Code Analysis

pyflakes analysis of python-m2crypto_0.20.1-1.1_i386.deb

./usr/share/pyshared/M2Crypto/RSA.py:6: 'Err' imported but unused
./usr/share/pyshared/M2Crypto/RSA.py:180: undefined name 'hash_algo'
./usr/share/pyshared/M2Crypto/RSA.py:207: undefined name 'hash_algo'
./usr/share/pyshared/M2Crypto/m2.py:28: 'from __m2crypto import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/DH.py:6: 'Err' imported but unused
./usr/share/pyshared/M2Crypto/callback.py:9: 'genparam_callback' imported but unused
./usr/share/pyshared/M2Crypto/callback.py:9: 'passphrase_callback' imported but unused
./usr/share/pyshared/M2Crypto/DSA.py:10: 'sys' imported but unused
./usr/share/pyshared/M2Crypto/ftpslib.py:35: 'from ftplib import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/ftpslib.py:36: 'parse227' imported but unused
./usr/share/pyshared/M2Crypto/ftpslib.py:36: 'parse150' imported but unused
./usr/share/pyshared/M2Crypto/ftpslib.py:37: 'error_reply' imported but unused
./usr/share/pyshared/M2Crypto/ftpslib.py:37: 'error_proto' imported but unused
./usr/share/pyshared/M2Crypto/ftpslib.py:37: 'error_perm' imported but unused
./usr/share/pyshared/M2Crypto/ftpslib.py:37: 'error_temp' imported but unused
./usr/share/pyshared/M2Crypto/ftpslib.py:38: 'socket' imported but unused
./usr/share/pyshared/M2Crypto/ftpslib.py:38: 'time' imported but unused
./usr/share/pyshared/M2Crypto/m2urllib2.py:15: 'from urllib2 import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/m2urllib2.py:17: 'inspect' imported but unused
./usr/share/pyshared/M2Crypto/httpslib.py:5: 'sys' imported but unused
./usr/share/pyshared/M2Crypto/httpslib.py:5: 'string' imported but unused
./usr/share/pyshared/M2Crypto/httpslib.py:10: 'from httplib import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/__init__.py:24: 'ASN1' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:25: 'AuthCookie' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:26: 'BIO' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:27: 'BN' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:28: 'Rand' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:29: 'DH' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:30: 'DSA' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:32: 'EC' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:33: 'Err' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:34: 'Engine' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:35: 'EVP' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:36: 'RSA' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:37: 'RC4' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:38: 'SMIME' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:39: 'SSL' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:40: 'X509' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:41: 'PGP' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:48: 'm2urllib2' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:51: 'ftpslib' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:52: 'httpslib' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:53: 'm2xmlrpclib' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:54: 'threading' imported but unused
./usr/share/pyshared/M2Crypto/__init__.py:55: 'util' imported but unused
./usr/share/pyshared/M2Crypto/BIO.py:8: 'bio_do_ssl_handshake' imported but unused
./usr/share/pyshared/M2Crypto/m2xmlrpclib.py:5: 'sys' imported but unused
./usr/share/pyshared/M2Crypto/m2xmlrpclib.py:7: 'from xmlrpclib import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/ASN1.py:177: undefined name 'm'
./usr/share/pyshared/M2Crypto/m2urllib.py:6: 'sys' imported but unused
./usr/share/pyshared/M2Crypto/m2urllib.py:7: 'from urllib import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/SSL/timeout.py:11: 'm2' imported but unused
./usr/share/pyshared/M2Crypto/SSL/SSLServer.py:8: 'socket' imported but unused
./usr/share/pyshared/M2Crypto/SSL/SSLServer.py:13: 'm2' imported but unused
./usr/share/pyshared/M2Crypto/SSL/__init__.py:12: 'Cipher' imported but unused
./usr/share/pyshared/M2Crypto/SSL/__init__.py:12: 'Cipher_Stack' imported but unused
./usr/share/pyshared/M2Crypto/SSL/__init__.py:13: 'Context' imported but unused
./usr/share/pyshared/M2Crypto/SSL/__init__.py:14: 'Connection' imported but unused
./usr/share/pyshared/M2Crypto/SSL/__init__.py:15: 'SSLServer' imported but unused
./usr/share/pyshared/M2Crypto/SSL/__init__.py:15: 'ForkingSSLServer' imported but unused
./usr/share/pyshared/M2Crypto/SSL/__init__.py:15: 'ThreadingSSLServer' imported but unused
./usr/share/pyshared/M2Crypto/SSL/__init__.py:16: 'ssl_dispatcher' imported but unused
./usr/share/pyshared/M2Crypto/SSL/__init__.py:17: 'timeout' imported but unused
./usr/share/pyshared/M2Crypto/SSL/ssl_dispatcher.py:12: 'Err' imported but unused
./usr/share/pyshared/M2Crypto/SSL/ssl_dispatcher.py:12: 'm2' imported but unused
./usr/share/pyshared/M2Crypto/PGP/RSA.py:5: 'sys' imported but unused
./usr/share/pyshared/M2Crypto/PGP/PublicKeyRing.py:5: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/PGP/PublicKeyRing.py:6: 'from packet import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/PGP/PublicKeyRing.py:7: 'from PublicKey import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/PGP/packet.py:19: 'time' imported but unused
./usr/share/pyshared/M2Crypto/PGP/packet.py:24: redefinition of unused 'StringIO' from line 22
./usr/share/pyshared/M2Crypto/PGP/packet.py:26: 'EVP' imported but unused
./usr/share/pyshared/M2Crypto/PGP/packet.py:26: 'RSA' imported but unused
./usr/share/pyshared/M2Crypto/PGP/packet.py:29: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/PGP/__init__.py:5: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'literal_packet' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'public_key_packet' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'userid_packet' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'signature_packet' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'packet_stream' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'pke_packet' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'private_key_packet' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'cke_packet' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'trust_packet' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:7: 'comment_packet' imported but unused
./usr/share/pyshared/M2Crypto/PGP/__init__.py:11: 'from PublicKey import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/PGP/__init__.py:12: 'from PublicKeyRing import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/PGP/PublicKey.py:5: 'from constants import *' used; unable to detect undefined names
./usr/share/pyshared/M2Crypto/PGP/PublicKey.py:6: 'from packet import *' used; unable to detect undefined names

This report was generated on Wed, 29 Jun 2011 06:34:11 +0000, based on results by pyflakes 0.4.0-1