Skip to content

Commit

Permalink
It's configparser now.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeppo committed May 14, 2022
1 parent 807b7e4 commit d2ddd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebu
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d2ddd21

Please sign in to comment.