loose the stupid underscore

This commit is contained in:
Edwin Eefting
2020-02-19 21:00:17 +01:00
parent c3630ded45
commit 3ceb815432
4 changed files with 25 additions and 19 deletions

1
bin/zfs-autobackup Symbolic link
View File

@ -0,0 +1 @@
zfs_autobackup

View File

@ -27,7 +27,7 @@ try:
except ImportError:
use_color=False
VERSION="3.0-rc1"
VERSION="3.0-rc3"
class Log: