1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 13:45:49 +00:00
vorta/tests/__init__.py

7 lines
162 B
Python
Raw Normal View History

import os
2022-08-15 05:21:14 +00:00
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)