<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Oct 18, 2013 at 8:50 AM, Derek Hohls <span dir="ltr"><<a href="mailto:dhohls@csir.co.za" target="_blank">dhohls@csir.co.za</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="font-family:Helvetica,Arial,sans-serif;font-size:13px">Hi<br><br>We have a third-party Python app (not a plugin) that we would like to upgrade for compatibility with 2.0.  I came across this page - <a href="http://hub.qgis.org/projects/quantum-gis/wiki/API_changes_for_version_20" target="_blank">http://hub.qgis.org/projects/quantum-gis/wiki/API_changes_for_version_20</a> - which details some of the changes.  However, just a quick check reveals that, where we have this import,:<br>

<br>from qgis.core import QgsSingleSymbolRenderer<br>from qgis.core import QgsSymbol<br><br>both of these imports fails; but neither is mentioned on that page.  Is there a more comprehensive guide to upgrading available?<br>

<br></div></blockquote><div><br>See this page: <a href="http://qgis.org/api/annotated.html">http://qgis.org/api/annotated.html</a><br><br>I see new classes like:<br><br>QgsSingleSymbolRendererV2<br>QgsSymbolV2 <br></div>
</div>
<br>
</div></div>