From 0b0fe51a2cb1b5d8b5031b4299547a4e5fd47c20 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Fri, 28 Feb 2014 10:13:33 -0500 Subject: pmpkg.py: remove unused imports Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- test/pacman/pmpkg.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/pacman/pmpkg.py b/test/pacman/pmpkg.py index 8ec08003..e7362d39 100644 --- a/test/pacman/pmpkg.py +++ b/test/pacman/pmpkg.py @@ -14,11 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . - import os -import tempfile -import stat -import shutil from StringIO import StringIO import tarfile -- cgit v1.2.3-54-g00ecf