qark icon indicating copy to clipboard operation
qark copied to clipboard

Access contents using importlib_resources instead of file paths

Open nwalsh1995 opened this issue 6 years ago • 0 comments

QARK has a bad practice of determining running directories based off the current file that the code is based in. We should switch these to use importlib instead.

https://importlib-resources.readthedocs.io/en/latest/

nwalsh1995 avatar Jun 29 '18 10:06 nwalsh1995