diff --git a/zebu b/zebu index 40d165d..de21fd7 100755 --- a/zebu +++ b/zebu @@ -4,7 +4,7 @@ # a ZFS filesystem, then triggers a ZFS snapshot when done. -import os, sys, getopt, ConfigParser, time, errno, pickle +import os, sys, getopt, configparser, time, errno, pickle from stat import * from subprocess import Popen, PIPE, call