Comment 2 for bug 1560134

Revision history for this message
Miguel Latorre (ma-latorre-diaz) wrote : Re: checkr.py; TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

Version: 1.1.0
Latest commit: aec68a7847d8dbd1371242f42f9302103a68178f

commit aec68a7847d8dbd1371242f42f9302103a68178f
Author: John Vandenberg <email address hidden>
Date: Thu Nov 26 01:24:53 2015 +1100

    Importation classes with imported name and alias

    In order to solve many corner cases related to imports,
    more information is needed about each import.

    This change creates two new classes:
    - SubmoduleImportation
    - ImportationFrom

    And adds an optional parameter full_name to the super class
    Importation.

    Functionally, this change only improves existing error messages
    to report the full imported name where previously an error
    would include only the import alias.