<div dir="ltr">Why not just hide it using Python method overriding:<div><br></div><div style>QgsVectorLayer.attributeMap = QgsVectorLayer.attributes</div><div style><br></div><div style>Then you can just call attributesMap()[] and it will call QgsVectorLayer.attributes for you.</div>

<div style><br></div><div style>- Nathan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 19, 2013 at 8:53 PM, Victor Olaya <span dir="ltr"><<a href="mailto:volayaf@gmail.com" target="_blank">volayaf@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The ideas in the document that Richard mentions, about how to make it<br>
compatible for both versions, are maybe a better idea. I do not know<br>
if a maximum version can be set in the plugin metadata. :-(<br>
<br>
Regards<br>
<div class="im HOEnZb">Victor<br>
<br>
2013/2/19 Sandro Santilli <<a href="mailto:strk@keybit.net">strk@keybit.net</a>>:<br>
</div><div class="HOEnZb"><div class="h5">> On Tue, Feb 19, 2013 at 11:36:13AM +0100, Victor Olaya wrote:<br>
>> I faced the same problem with SEXTANTE (and there were a large number<br>
>> of calls to replace), and decided to go ahead and break compatibility<br>
>> with 1.8. Should be better in the mid-term, but it's true that it is<br>
>> not nice to leave a plugin depending now on an yet-unreleased<br>
>> version...<br>
>><br>
>> If it is not a big work, maybe you can keep two versions, more or less<br>
>> synchronized<br>
><br>
> I can try that. How do I encode that one version does NOT work<br>
> with a newer QGIS ?<br>
><br>
> I see there's a qgisMinimumVersion setting,<br>
> is there also a qgisMaximumVersion ? Would it be used by plugin fetcher ?<br>
><br>
> --strk;<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>
</div></div></blockquote></div><br></div>