1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-03-12 07:09:37 +00:00
vorta/tests/__init__.py

7 lines
162 B
Python
Raw Permalink Normal View History

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