Skip to content

Commit 6fbd7e6

Browse files
committed
Rename config_toml.py to config.py
This file now does more than just configure the rustc TOML file so the name is being changed to reflect this. Test: do_build.py Change-Id: I75daff96dde63fb3ace4f78312cb403b43558ad9
1 parent a5cccd0 commit 6fbd7e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

do_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import sys
2626

2727
import build_platform
28-
import config_toml
28+
import config
2929
from paths import *
3030

3131

@@ -127,7 +127,7 @@ def main():
127127
# Cargo.lock
128128
#
129129

130-
config_toml.configure()
130+
config.configure()
131131

132132
# Trigger bootstrap to trigger vendoring
133133
#

0 commit comments

Comments
 (0)