On 29/05/2013 at 14:55, xxxxxxxx wrote:
I'm coding a plugin and it is a .pyp file.
But since it is a very complex plugin, I want to separate different parts of it into independent .pyp files
When I was using COFFEE, I would create .h files and then, in my main .cof files, I would simply include them with something like:
include "aux.h"
So, how is that done in python? I tried using the import command but it doesn't seems to be working.
Rui Batista