Quote:
Originally Posted by kovidgoyal
self.add_to_skoob.trigger()
|
I thought that there would be some way to call them using iactions, or something (based on their unique names*).
The problem is my ui.py is already importing a class from main.py, so I don't see how I could call 'add_to_skoob.trigger()' from there (it would be a circular reference).
*P.S.: The unique names ares used only to create shortcuts?