vorta/tests/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
163 B
Python
Raw Permalink Normal View History

import os
import sys
import vorta._version
2022-08-15 05:21:14 +00:00
resource_file = os.path.join(os.path.dirname(vorta._version.__file__), 'assets/icons')
sys.path.append(resource_file)