aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/debiandistro.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-12-29 11:50:49 +0100
committerGuido Günther <agx@sigxcpu.org>2014-12-29 11:50:49 +0100
commitdbe21fdb47d889262fab32d7c11eeb63d49cb4d1 (patch)
tree655ee8384c20c99bded75e8179c656f50f76be89 /whatmaps/debiandistro.py
parente577fc993402104139679f75b91c3e5cec0883db (diff)
parentd0bdc62cddff86b8601bb0e32b8a115be65032ff (diff)
Merge tag 'debian/0.0.9-1' into bpo/wheezy
whatmaps Debian release 0.0.9-1
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'