From 836bffc3f25d5752f8c72ba2c547318aea62faae Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 11 Jul 2014 19:55:00 +0200 Subject: Make imports python2 and python3 compatible Do this again and I'll rewrite you in ruby. --- 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 5333a35..9294c9f 100644 --- a/whatmaps/debiandistro.py +++ b/whatmaps/debiandistro.py @@ -31,12 +31,12 @@ import subprocess import sys import string -import distro +import whatmaps.distro from . debianpkg import DebianPkg from . pkg import PkgError from . systemd import Systemd -class DebianDistro(distro.Distro): +class DebianDistro(whatmaps.distro.Distro): "Debian (dpkg) based distribution" id = 'Debian' -- cgit v1.2.3