1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 05:36:19 +00:00
vorta/tests/__init__.py

7 lines
158 B
Python
Raw Permalink Normal View History

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)