diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-04-03 15:38:30 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-04-03 15:38:30 -0400 |
commit | 3332be343ea24925795b7552155a8af2cea6c8d5 (patch) | |
tree | 56f93631de102acba95e9660cbc188e4329d25e7 /configure | |
parent | ee3d35336bb21a6aba50674f6623b74537c8c775 (diff) | |
download | html5ks-3332be343ea24925795b7552155a8af2cea6c8d5.tar.xz html5ks-3332be343ea24925795b7552155a8af2cea6c8d5.zip |
from sys import stderr
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ import re import shlex import shutil import subprocess +from sys import stderr cmds = {} warnings = [] |