Skip to content

Commit

Permalink
Missing import fixed for R algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and rldhont committed Oct 21, 2016
1 parent 6d30c62 commit d527c85
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 PyQt4.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 d527c85

Please sign in to comment.