Lichen

Change of inspector.py

33:db90e9c64864
inspector.py
     1.1 --- a/inspector.py	Tue Sep 06 00:23:51 2016 +0200
     1.2 +++ b/inspector.py	Tue Sep 06 16:17:00 2016 +0200
     1.3 @@ -115,7 +115,10 @@
     1.4  
     1.5      def collect_names_for_path(self, path):
     1.6  
     1.7 -        "Collect the names used by the given 'path'."
     1.8 +        """
     1.9 +        Collect the names used by the given 'path'. These are propagated to the
    1.10 +        importer in advance of any dependency resolution.
    1.11 +        """
    1.12  
    1.13          names = self.names_used.get(path)
    1.14          if not names: