Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Missing import fixed for R algorithm
  • Loading branch information
ghtmtt committed Oct 17, 2016
1 parent a63805a commit 6c4cb92
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 6c4cb92

Please sign in to comment.