aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/debiandistro.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-12-28 15:04:15 +0100
committerGuido Günther <agx@sigxcpu.org>2014-12-28 15:04:15 +0100
commitffc774e01dc6651d0d74e475b1dc7fac44d43788 (patch)
tree0c19a2131090c65ac8f71165b2338081b315b266 /whatmaps/debiandistro.py
parent36fd4eee614a35fece4ccc085af73d92ce5de2a4 (diff)
parent1ee865fefdd5267c2ada84cc370f2005b6b1a5b6 (diff)
Merge tag 'v0.0.9' into debian/master
whatmaps v0.0.9
Diffstat (limited to 'whatmaps/debiandistro.py')
-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'