ishanthilina General User

Joined: 17 Mar 2012 Posts: 46
|
Posted: Thu Jun 28, 2012 8:51 am Post subject: [Solved][Python] Circular dependencies |
|
|
Hi,
I have a folder structure as follows.
| Code: | +TopModule.py
+PythonPath
/---OtherModule.py |
(TopModule is in the root of the folder structure and OtherModule is in the pythonpath folder)
I need to import OtherModule from TopModule and TopModule from the OtherModule.
Is this possible..? If yes, how?
Thank you very much!.
Last edited by ishanthilina on Sun Jul 01, 2012 7:33 am; edited 1 time in total |
|