Hi,

just an import problem:
a program imports two modules, modA and modB, each module do not known anything about the other module (i.e. no cross imports in them), both modules needs to refer to some functions that are defined in the global namespace of the other module. There is a possible solution? In other words, can the importing program cover in some way the lack of cross imports between the modules?
Thank in advance for any help.

F. Pollastri
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to