2009/5/29 Jakub Wilk <[email protected]>: > Hello, > > What is the correct umbrella to package a plugin for a Python application > under? DPMT or PAPT? >
Depends how you package it. If you "inject" it into the app's private modules folder eg /usr/share/APPLICATION/plugins/<new plugin> then I think it is safe to go into PAPT. If you install/package it as a public module than it has to go into DPMT. -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

