aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/redhatdistro.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-26 09:37:25 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-28 21:35:22 +0200
commite3338128a3e1489003e0334bf3e64efe337c53fc (patch)
treec639a4cd7c8d36335704b63ef42e00e0f050d921 /whatmaps/redhatdistro.py
parente1b9e7fe3b1fa6b6e829f7eb5787b67d9894cfd1 (diff)
Remove unused imports
Diffstat (limited to 'whatmaps/redhatdistro.py')
-rw-r--r--whatmaps/redhatdistro.py1
1 files changed, 0 insertions, 1 deletions
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):