aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/debiandistro.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-04-21 21:18:52 +0200
committerGuido Günther <agx@sigxcpu.org>2014-07-01 10:02:39 +0200
commitfe1c3af968020b906a8ca417fee1dd80673d9b9f (patch)
treecd86ffd5d7eee75b9e1aae8d32b9fba168c1da2d /whatmaps/debiandistro.py
parentc56870bfd90ed2d6730c7d74dee01c2ed4a85d34 (diff)
Move detect_distro to Distro
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 af95bc2..d608d8f 100644
--- a/whatmaps/debiandistro.py
+++ b/whatmaps/debiandistro.py
@@ -31,11 +31,11 @@ import subprocess
import sys
import string
-from . distro import Distro
+import distro
from . debianpkg import DebianPkg
from . pkg import PkgError
-class DebianDistro(Distro):
+class DebianDistro(distro.Distro):
"Debian (dpkg) based distribution"
id = 'Debian'