Browse Source

Add missing safe_mkdir import

Kevin Sawicki 8 years ago
parent
commit
18a80c0ed7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/test.py

+ 1 - 1
script/test.py

@@ -8,7 +8,7 @@ import sys
 
 from lib.config import PLATFORM, enable_verbose_mode, get_target_arch
 from lib.util import electron_gyp, execute, get_electron_version, rm_rf, \
-                     update_electron_modules
+                     safe_mkdir, update_electron_modules
 
 
 SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))