1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00
vorta/tests/__init__.py
2022-08-15 15:23:55 +02:00

6 lines
162 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)