patman: Convert camel case in tools.py
Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -607,7 +607,7 @@ class TestBuild(unittest.TestCase):
|
||||
|
||||
def testPrepareOutputSpace(self):
|
||||
def _Touch(fname):
|
||||
tools.WriteFile(os.path.join(base_dir, fname), b'')
|
||||
tools.write_file(os.path.join(base_dir, fname), b'')
|
||||
|
||||
base_dir = tempfile.mkdtemp()
|
||||
|
||||
|
Reference in New Issue
Block a user