Missing import.
authorCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 21:10:12 +0000 (22:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 21:10:12 +0000 (22:10 +0100)
cscript

diff --git a/cscript b/cscript
index 90762053e6005e9f0b964bb7d5f225bd7c0d26b9..f5cf514b970b68799058610ff1804ed53f0f9fd2 100644 (file)
--- a/cscript
+++ b/cscript
@@ -32,6 +32,7 @@
 #
 
 import os
+import shutil
 
 def dependencies(target, options):
     if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'):