We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 63e8188 commit 9fb0b76Copy full SHA for 9fb0b76
python/plugins/sextanteexampleprovider/__init__.py
@@ -23,7 +23,6 @@
23
# This will get replaced with a git SHA1 when you do a git archive
24
__revision__ = '$Format:%H$'
25
26
-from sextanteexampleprovider.SextanteExampleProviderPlugin import SextanteExampleProviderPlugin
27
def name():
28
return "SEXTANTE example provider"
29
def description():
@@ -35,4 +34,5 @@ def icon():
35
34
def qgisMinimumVersion():
36
return "1.0"
37
def classFactory(iface):
+ from sextanteexampleprovider.SextanteExampleProviderPlugin import SextanteExampleProviderPlugin
38
return SextanteExampleProviderPlugin()
0 commit comments