diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-04-14 19:41:30 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-04-14 19:41:30 +0200 |
commit | 37e4be24129b6980e3e9fced7345d4a596af3d58 (patch) | |
tree | 3443f320e6fd77558786fb022cb78b5babcc1985 /src/ee/xml | |
parent | 791cd8213214feb7af77e434ee260e48984086fb (diff) | |
download | ee-python-37e4be24129b6980e3e9fced7345d4a596af3d58.tar.gz ee-python-37e4be24129b6980e3e9fced7345d4a596af3d58.tar.bz2 ee-python-37e4be24129b6980e3e9fced7345d4a596af3d58.tar.xz ee-python-37e4be24129b6980e3e9fced7345d4a596af3d58.zip |
digikey:
o More flexibility, making room for the multiple digikey stores.
o Removing URLs from core code.
new tools: split_parts_by_supplier.
Diffstat (limited to 'src/ee/xml')
-rw-r--r-- | src/ee/xml/uris.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ee/xml/uris.py b/src/ee/xml/uris.py index f0a1022..c716103 100644 --- a/src/ee/xml/uris.py +++ b/src/ee/xml/uris.py @@ -6,9 +6,7 @@ DIODE = "http://purl.org/ee/part-type#diode" INDUCTOR = "http://purl.org/ee/part-type#inductor" CRYSTAL = "http://purl.org/ee/part-type#inductor" -DIGIKEY_URI = "https://digikey.com" - -_DIGIKEY_FACT_KEY_PREFIX = "http://purl.org/trygvis/ee/digikey-fact-key#" +_DIGIKEY_FACT_KEY_PREFIX = "http://purl.org/ee/digikey-fact-key#" def make_digikey_fact_key(key: int) -> str: |