mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
24e1dd5c56
Includes all changes by `pre-commit --all-files` including the changes introduced by ruff.
7 lines
163 B
Python
7 lines
163 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)
|