1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-23 16:26:55 +00:00
vorta/tests/__init__.py

6 lines
158 B
Python

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