summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-07-11 20:53:31 +0200
committerGuido Günther <agx@sigxcpu.org>2014-07-11 20:53:31 +0200
commit48c912b193cb9be1f804b95f30711dfac5bed4e9 (patch)
treeef48e8d7015499e4abe5dfe5c7ab938bb71844fd
parent5e9df7763328f998805b28aff874b56b67d1bd88 (diff)
Another import bugfix
-rw-r--r--whatmaps/debiandistro.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/whatmaps/debiandistro.py b/whatmaps/debiandistro.py
index 9294c9f..3a3bf16 100644
--- a/whatmaps/debiandistro.py
+++ b/whatmaps/debiandistro.py
@@ -31,12 +31,12 @@ import subprocess
import sys
import string
-import whatmaps.distro
+from . distro import Distro
from . debianpkg import DebianPkg
from . pkg import PkgError
from . systemd import Systemd
-class DebianDistro(whatmaps.distro.Distro):
+class DebianDistro(Distro):
"Debian (dpkg) based distribution"
id = 'Debian'