From 42ad8961713f3003e8f89238aaf9f74fbc84141e Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 11 May 2012 21:15:59 +0200 Subject: [PATCH] Remove unused import. --- tests/test_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_util.py b/tests/test_util.py index 5ac9f01..3df2891 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -15,7 +15,6 @@ # along with this program. If not, see . import unittest import os -import shutil from patoolib import util class UtilTest (unittest.TestCase):