initial commit

This commit is contained in:
2021-09-29 00:09:57 +02:00
commit b8edec0076
7 changed files with 151 additions and 0 deletions

5
tests/context.py Normal file
View File

@@ -0,0 +1,5 @@
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import zfs_smart_snapshot