From fe1c3af968020b906a8ca417fee1dd80673d9b9f Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 21 Apr 2014 21:18:52 +0200 Subject: Move detect_distro to Distro --- whatmaps/debiandistro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'whatmaps/debiandistro.py') 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' -- cgit v1.2.3