1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00
vorta/tests/__init__.py
real-yfprojects 24e1dd5c56
Run pre-commit (with newly added ruff) on code base.
Includes all changes by `pre-commit --all-files` including the changes introduced by ruff.
2023-05-01 10:28:11 +02:00

7 lines
163 B
Python

import os
import sys
import vorta._version
resource_file = os.path.join(os.path.dirname(vorta._version.__file__), 'assets/icons')
sys.path.append(resource_file)