diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-05-11 14:48:15 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-05-11 14:48:15 +0200 |
commit | 0149fcfa2bd9ac8c9f6b05851f7264f005aa2305 (patch) | |
tree | 3757a7148377bf18e32234d375444ffccbc5a8f0 /src/ee/digikey | |
parent | effb3470dd1be3a0dd1eaa83991cef45b5e08dab (diff) | |
download | ee-python-0149fcfa2bd9ac8c9f6b05851f7264f005aa2305.tar.gz ee-python-0149fcfa2bd9ac8c9f6b05851f7264f005aa2305.tar.bz2 ee-python-0149fcfa2bd9ac8c9f6b05851f7264f005aa2305.tar.xz ee-python-0149fcfa2bd9ac8c9f6b05851f7264f005aa2305.zip |
drawio-to-parts: new tool.
ee.xsd: new type: Assembly and AssemblyPart. Should probably be its own
file type.
ee.part: Better DSL instead of using the raw xml types.
Diffstat (limited to 'src/ee/digikey')
-rw-r--r-- | src/ee/digikey/search_parts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ee/digikey/search_parts.py b/src/ee/digikey/search_parts.py index c7f981e..c248831 100644 --- a/src/ee/digikey/search_parts.py +++ b/src/ee/digikey/search_parts.py @@ -17,7 +17,7 @@ def resolved(supplier, p: DigikeyProduct) -> Part: distributor_info=types.DistributorInfo(state="resolved"), links=types.LinkList(), facts=types.FactList(), - references=types.ReferencesList()) + references=types.ReferenceList()) part = Part(xml) if p.url: |