Files
zfs-smart-snapshot/tests/context.py
2021-09-29 00:09:57 +02:00

6 lines
131 B
Python

import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import zfs_smart_snapshot