Skip to content

Commit

Permalink
Merge pull request #3588 from ghtmtt/patch-1
Browse files Browse the repository at this point in the history
[processing] add missed import
  • Loading branch information
alexbruy committed Oct 11, 2016
2 parents 9610cbc + fa66da2 commit 48c1180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/r/RUtils.py
Expand Up @@ -33,7 +33,7 @@
from qgis.PyQt.QtCore import QSettings, QCoreApplication
from processing.core.ProcessingConfig import ProcessingConfig
from processing.core.ProcessingLog import ProcessingLog
from processing.tools.system import userFolder, isWindows, mkdir
from processing.tools.system import userFolder, isWindows, mkdir, getTempFilenameInTempFolder


class RUtils:
Expand Down

0 comments on commit 48c1180

Please sign in to comment.