Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
restore imports in python/plugins/processing/__init__.py (followup 95…
  • Loading branch information
jef-n committed Feb 7, 2015
1 parent 66091ca commit 205b136
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/plugins/processing/__init__.py
Expand Up @@ -25,6 +25,14 @@

__revision__ = '$Format:%H$'

from processing.tools.dataobjects import *
from processing.tools.general import *
from processing.tools.vector import *
from processing.tools.raster import *
from processing.tools.system import *
from processing.tests.TestData import loadTestData


def classFactory(iface):
from processing.ProcessingPlugin import ProcessingPlugin
return ProcessingPlugin(iface)

0 comments on commit 205b136

Please sign in to comment.