Add missing import for project.py
import os.makedirs Change-Id: Ibc279c8b7f2bb5198f9fa3fd1dfa587ee75e88b0
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
from os import path
|
from os import makedirs, path
|
||||||
from subprocess import Popen, PIPE, CalledProcessError, check_call
|
from subprocess import Popen, PIPE, CalledProcessError, check_call
|
||||||
from xml.dom import minidom
|
from xml.dom import minidom
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user