<p dir="ltr">We need to be careful because now processing is core it is really part of the API and we really shouldnt be breaking that. As such I think you should just redirect the module so old code still works.</p>
<p dir="ltr">You can just do something like this in __init__.py for processing </p>
<p dir="ltr">Import processing.core.output</p>
<p dir="ltr">Output = processing.core.output </p>
<p dir="ltr">So when you import processing and call output it really calls the new submodule. </p>
<p dir="ltr">Nathan </p>
<div class="gmail_quote">On Jul 26, 2014 3:04 AM, "Victor Olaya" <<a href="mailto:volayaf@gmail.com">volayaf@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Yes, it is supposed to stay. The refactoring was made to have a more consistent structure, so we should keep it like that.<div><br></div><div>Let me know if you need help with that, although, as Alex say, it shouldn't be too difficult to adapt</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-25 16:48 GMT+02:00 Paolo Cavallini <span dir="ltr"><<a href="mailto:cavallini@faunalia.it" target="_blank">cavallini@faunalia.it</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Il 25/07/2014 16:40, Alexander Bruy ha scritto:<br>
<div><br>
> seems this is result of the huge refactoring of inputs and outputs.<br>
> Now all inputs are in processing.core.parameters and all outputs in<br>
> processing.core.outputs packages.<br>
><br>
> So fixing this is trivial task, just adjust import clauses<br>
<br>
</div>Yes, that's what I understood. Will this syntax stay? If so, I can open relevant<br>
tickets, possibly PRs, on the involved plugins.<br>
<div><div>Thanks.<br>
<br>
--<br>
Paolo Cavallini - <a href="http://www.faunalia.eu" target="_blank">www.faunalia.eu</a><br>
Corsi QGIS e PostGIS: <a href="http://www.faunalia.eu/training.html" target="_blank">http://www.faunalia.eu/training.html</a><br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</div></div></blockquote></div><br></div>
<br>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br></blockquote></div>