accessing the titanium object from an imported python module
is it possible to access the "titanium" object from an imported python module.
Here's an example structure
- index.html
-- <script type="text/python" src="/MainPython.py"></script>
--- import SubPython
the titanium object is available in MainPython, but it is not available inside SubPython.
Am I missing something, can I import that functionality somehow?