I need to develop a couple of qgis-plugins. I made some promising first steps and completed a few easy plugins. Now its time to move to more complex plugins which need to import several tool-classes I developed.
As this is quite a lot of stuff and most of my plugins need to use these libraries I wonder wether it is possible to copy them somewhere where all plugins could import them from. This needs to be a folder which is accessable for the current user. I thought about using something like "/home/username/.qgis/python/plugins/includes" but I couldn't get this working.
Can anybody give me a tip?
Thanks and regards
Ok - hello again,
on writing it occured to me - I can use "/home/username/.qgis/python" to put my classes in - I guess that's why its called like that!
Thanks again