Imports visibility in imported modules problem

Terry Reedy tjreedy at udel.edu
Sun Aug 24 01:25:47 EDT 2008



Mohamed Yousef wrote:
> Hello ,
> 
> The problem I'm asking about is how can imported modules be aware of
> other imported modules so they don't have to re-import them

If you want to use module A in both B and C, B and C should both import 
A.  No problem.

 >  (avoiding importing problems and Consicing code and imports )

??




More information about the Python-list mailing list