Skip to content

Commit

Permalink
[processing] added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 22, 2014
1 parent caaabb4 commit afc65f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/gui/OutputSelectionPanel.py
Expand Up @@ -31,6 +31,8 @@
from PyQt4.QtCore import *
from PyQt4.QtGui import *

from qgis.gui import *

from processing.core.ProcessingConfig import ProcessingConfig
from processing.outputs.OutputVector import OutputVector
from processing.outputs.OutputDirectory import OutputDirectory
Expand Down

0 comments on commit afc65f2

Please sign in to comment.