KK
so I have 2 py files...
1 being the main, and the other, the plugin
I have a list var in the main, that I'd like to append data to from the plugin
how do I do it??
the data to append: (from plugin)
' ('template', '*.tmp') '
the data to append to: (in program)
sup = ' *.old'
im_types = [('Supported', sup),('old','*.old')]
note: google was of no help, and I can't think strait anymore because of it DX<