Email [Python-projects] from xxx import yyy in _init__.py

subject
[Python-projects] from xxx import yyy in _init__.py
date
2005/02/15 13:14
from xxx import yyy in _init__.py

Dear PyLint developers,
some Python products, e.g. m2crypto have import statements like e.g.
from Connection import Connection
in their __init__.py files.

PyLint seems not to understand these and reports
e.g.
F0203:207:SslConnection.__init__: Unable to resolve SSL.Connection

for classes which inherit from SSL.connection.

I have copied out the relevant lines from the original files and put them to the files
- SSL1\__init__.py
- SSL1\Connection1.py and
- appl\myConnection.py (Test Application using class which inherits from class Connection in Connection1.py module).

in the attached .zip archive.
(I renamed SSL to SSL1 to create not conflicts with the original code)

<<modules.zip>>



Best Regards / Mit freundlichen Grüßen
 
Gerhard Kring

    Siemens AG
    Communications
    Com CD NI DB D

    St.-Martin-Str. 76
    D-81541 München
    Room: 5531/356
                                                    
    T.+49-89-636-76219
    Mobile +49-178-7700355

        Email: Gerhard.Kring@siemens.com



attachment