mirror of
https://github.com/python/cpython.git
synced 2025-11-08 17:41:42 +00:00
Whitespace normalization.
This commit is contained in:
parent
cea4bf092d
commit
38ff36c4cc
2 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -653,7 +653,7 @@ def detect_modules(self):
|
|||
std_variants.append(os.path.join(dn, "db3%d"%x))
|
||||
std_variants.append(os.path.join(dn, "db3.%d"%x))
|
||||
|
||||
db_inc_paths = std_variants + db_inc_paths
|
||||
db_inc_paths = std_variants + db_inc_paths
|
||||
|
||||
|
||||
db_ver_inc_map = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue