diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-04 00:06:32 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-04 00:06:32 +0100 |
commit | 5a6ab34565fa3d783337a68e07e3500361c8fcf5 (patch) | |
tree | c0d4fd9f6986351a543838fabc3dacf8d9ad5fb1 /src/ee/xml | |
parent | 650b4ad3774c4cc454a02073808d981f6873036d (diff) | |
download | ee-python-5a6ab34565fa3d783337a68e07e3500361c8fcf5.tar.gz ee-python-5a6ab34565fa3d783337a68e07e3500361c8fcf5.tar.bz2 ee-python-5a6ab34565fa3d783337a68e07e3500361c8fcf5.tar.xz ee-python-5a6ab34565fa3d783337a68e07e3500361c8fcf5.zip |
o PartDB: don't die if the directory exist *and* is empty. Ninja creates
empty parent directories.
o PartDB: escape some path names.
o new comamnd: "ninja". Generates a build.ninja from a sch. Not done!
Diffstat (limited to 'src/ee/xml')
-rw-r--r-- | src/ee/xml/bom_file_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ee/xml/bom_file_utils.py b/src/ee/xml/bom_file_utils.py index 8ef76e0..d1f8be9 100644 --- a/src/ee/xml/bom_file_utils.py +++ b/src/ee/xml/bom_file_utils.py @@ -3,6 +3,7 @@ from typing import List, Optional from ee.xml import bomFile, indexFile __all__ = [ + "facts", "find_root_tag", "find_pn", "find_dpn", |