From 37e4be24129b6980e3e9fced7345d4a596af3d58 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 14 Apr 2019 19:41:30 +0200 Subject: digikey: o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier. --- src/ee/xml/uris.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ee/xml/uris.py') 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: -- cgit v1.2.3