From d2314c01437507e4c88836692d51d512bce899c9 Mon Sep 17 00:00:00 2001
From: Edwin Eefting <edwin@datux.nl>
Date: Mon, 24 Feb 2020 14:30:07 +0100
Subject: [PATCH] imp is not used

---
 bin/zfs-autobackup | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/zfs-autobackup b/bin/zfs-autobackup
index 8f027fb..2dccb86 100755
--- a/bin/zfs-autobackup
+++ b/bin/zfs-autobackup
@@ -20,7 +20,6 @@ from pprint import pprint as p
 import select
 
 
-import imp
 try:
     import colorama
     use_color=True