Skip to content

Commit 9d76247

Browse files
committedDec 30, 2014
Fix #11928 - import os for las tools
1 parent 46da379 commit 9d76247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/algs/lidar/lastools/LAStoolsUtils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# This will get replaced with a git SHA1 when you do a git archive
2828
__revision__ = '$Format:%H$'
2929

30+
import os
3031
import subprocess
3132
from processing.core.ProcessingLog import ProcessingLog
3233
from processing.core.ProcessingConfig import ProcessingConfig

0 commit comments

Comments
 (0)
Please sign in to comment.