mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
6 lines
162 B
Python
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)
|