Debian Automated Code Analysis

pyflakes analysis of python-gnutls_1.2.0-2_i386.deb

./usr/share/pyshared/gnutls/validators.py:9: 'from gnutls.constants import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'CERT_REQUEST' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'SHUT_WR' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'KX_RSA_EXPORT' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'MAC_MD5' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'CIPHER_AES_256_CBC' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'KX_DHE_RSA' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'CIPHER_3DES_CBC' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'CIPHER_DES_CBC' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'MAC_SHA1' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'PROTO_SSL3' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'X509_FMT_PEM' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'CIPHER_ARCFOUR_128' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'SHUT_RDWR' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'X509_FMT_DER' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'CRED_CERTIFICATE' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'MAC_RMD160' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'COMP_LZO' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'CIPHER_AES_128_CBC' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'KX_RSA' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'COMP_DEFLATE' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'COMP_NULL' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'KX_ANON_DH' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'KX_DHE_DSS' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'PROTO_TLS1_0' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'PROTO_TLS1_1' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'CERT_REQUIRE' in __all__
./usr/share/pyshared/gnutls/constants.py:8: undefined name 'CRED_ANON' in __all__
./usr/share/pyshared/gnutls/constants.py:43: undefined name 'constants'
./usr/share/pyshared/gnutls/constants.py:54: redefinition of unused 'constants' from line 38
./usr/share/pyshared/gnutls/crypto.py:9: 'from ctypes import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/crypto.py:13: 'from gnutls.errors import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/crypto.py:17: 'GNUTLS_E_SHORT_MEMORY_BUFFER' imported but unused
./usr/share/pyshared/gnutls/crypto.py:18: 'from gnutls.library.types import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/crypto.py:19: 'from gnutls.library.functions import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/connection.py:12: 'from ctypes import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/connection.py:14: 'from gnutls.validators import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/connection.py:15: 'from gnutls.constants import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/connection.py:16: 'from gnutls.crypto import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/connection.py:17: 'from gnutls.errors import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/connection.py:28: 'from gnutls.library.functions import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/interfaces/twisted/__init__.py:8: 'socket' imported but unused
./usr/share/pyshared/gnutls/interfaces/twisted/__init__.py:10: 'EWOULDBLOCK' imported but unused
./usr/share/pyshared/gnutls/interfaces/twisted/__init__.py:10: 'EINTR' imported but unused
./usr/share/pyshared/gnutls/interfaces/twisted/__init__.py:13: 'address' imported but unused
./usr/share/pyshared/gnutls/interfaces/twisted/__init__.py:14: 'BaseProtocol' imported but unused
./usr/share/pyshared/gnutls/interfaces/twisted/__init__.py:16: 'implements' imported but unused
./usr/share/pyshared/gnutls/interfaces/twisted/__init__.py:21: 'from gnutls.errors import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/interfaces/twisted/__init__.py:114: local variable 'e' is assigned to but never used
./usr/share/pyshared/gnutls/library/types.py:5: 'from ctypes import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/library/constants.py:4: 'from ctypes import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/library/errors.py:6: 'from gnutls.errors import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/library/errors.py:7: '__all__' imported but unused
./usr/share/pyshared/gnutls/library/functions.py:5: 'from ctypes import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/library/functions.py:8: 'from gnutls.library.types import *' used; unable to detect undefined names
./usr/share/pyshared/gnutls/library/__init__.py:20: undefined name 'get_system_name'
./usr/share/pyshared/gnutls/library/__init__.py:56: undefined name 'library_locations'
./usr/share/pyshared/gnutls/library/__init__.py:78: undefined name 'get_system_name'
./usr/share/pyshared/gnutls/library/__init__.py:114: undefined name 'load_library'
./usr/share/doc/python-gnutls/examples/twisted-client.py:12: 'from gnutls.constants import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/twisted-client.py:13: 'from gnutls.crypto import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/twisted-client.py:14: 'from gnutls.errors import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/client.py:9: 'from gnutls.crypto import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/client.py:10: 'from gnutls.connection import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/twisted-server.py:10: 'CannotListenError' imported but unused
./usr/share/doc/python-gnutls/examples/twisted-server.py:13: 'from gnutls.constants import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/twisted-server.py:14: 'from gnutls.crypto import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/twisted-server.py:15: 'from gnutls.errors import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/crypto.py:9: 'from gnutls.crypto import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/server.py:10: 'from gnutls.crypto import *' used; unable to detect undefined names
./usr/share/doc/python-gnutls/examples/server.py:11: 'from gnutls.connection import *' used; unable to detect undefined names

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