Fix #11928 - import os for las tools

This commit is contained in:
Nathan Woodrow 2014-12-30 13:08:53 +10:00
parent 46da379c48
commit 9d76247ac3

View File

@ -27,6 +27,7 @@ __copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'
import os
import subprocess
from processing.core.ProcessingLog import ProcessingLog
from processing.core.ProcessingConfig import ProcessingConfig