Skip to content

Commit

Permalink
sextanteexampleprovider: move import into classFactory function
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Oct 18, 2012
1 parent 63e8188 commit 9fb0b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextanteexampleprovider/__init__.py
Expand Up @@ -23,7 +23,6 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from sextanteexampleprovider.SextanteExampleProviderPlugin import SextanteExampleProviderPlugin
def name():
return "SEXTANTE example provider"
def description():
Expand All @@ -35,4 +34,5 @@ def icon():
def qgisMinimumVersion():
return "1.0"
def classFactory(iface):
from sextanteexampleprovider.SextanteExampleProviderPlugin import SextanteExampleProviderPlugin
return SextanteExampleProviderPlugin()

0 comments on commit 9fb0b76

Please sign in to comment.