Missing Errors import in print_commands.py

This commit is contained in:
Thomas Nagy 2015-11-06 23:11:49 +01:00
parent ac226635d0
commit 8a3ff0e113
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ In this case, print the commands being executed as strings
"""
import sys
from waflib import Context, Utils, Logs
from waflib import Context, Utils, Errors, Logs
def exec_command(self, cmd, **kw):
subprocess = Utils.subprocess