From e3338128a3e1489003e0334bf3e64efe337c53fc Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 26 Jun 2014 09:37:25 +0200 Subject: Remove unused imports --- whatmaps/redhatdistro.py | 1 - 1 file changed, 1 deletion(-) (limited to 'whatmaps/redhatdistro.py') diff --git a/whatmaps/redhatdistro.py b/whatmaps/redhatdistro.py index 4d9f5cf..9300648 100644 --- a/whatmaps/redhatdistro.py +++ b/whatmaps/redhatdistro.py @@ -20,7 +20,6 @@ import re import subprocess from . distro import Distro -from . pkg import PkgError from . rpmpkg import RpmPkg class RedHatDistro(Distro): -- cgit v1.2.3