Skip to content

Commit

Permalink
[processing] Missing import fixed for R algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt committed Oct 18, 2016
1 parent 743a5cd commit 904f49e
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 @@ -35,7 +35,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(object):
Expand Down

0 comments on commit 904f49e

Please sign in to comment.