diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-29 16:41:25 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-29 16:41:25 +0100 |
commit | 73c63d8c307bdbeb534c24fb51d4093c2fcbb86d (patch) | |
tree | d568efbdbc05d16de5635fa0011f96286f807b7e /src/ee/digikey | |
parent | 87e603088ad8e311c11e3e072340588175cc4e6e (diff) | |
download | ee-python-73c63d8c307bdbeb534c24fb51d4093c2fcbb86d.tar.gz ee-python-73c63d8c307bdbeb534c24fb51d4093c2fcbb86d.tar.bz2 ee-python-73c63d8c307bdbeb534c24fb51d4093c2fcbb86d.tar.xz ee-python-73c63d8c307bdbeb534c24fb51d4093c2fcbb86d.zip |
Project:
o adding cache_dir field, useful for controlling where cached data is
placed from a central place.
o Updating tools to use this new variable.
Diffstat (limited to 'src/ee/digikey')
-rw-r--r-- | src/ee/digikey/search_parts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ee/digikey/search_parts.py b/src/ee/digikey/search_parts.py index 7d19c5b..fec5615 100644 --- a/src/ee/digikey/search_parts.py +++ b/src/ee/digikey/search_parts.py @@ -3,6 +3,7 @@ from typing import List from ee.digikey import Digikey, DigikeyParser, DigikeyClient, SearchResponseTypes, DigikeyProduct from ee.part import PartDb, load_db, save_db, Part +from ee.project import Project from ee.xml import types from ee.xml.uris import DIGIKEY_URI, make_digikey_fact_key |