From 4477ea9678f3500ff3ed5d1148ec034ca6b2adf1 Mon Sep 17 00:00:00 2001 From: Bahtiar `kalkin-` Gadimov Date: Thu, 4 Aug 2016 17:38:39 +0200 Subject: [PATCH] =?UTF-8?q?Make=20pylint=20happy=20=E2=99=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qubes/tools/qubes_lvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/tools/qubes_lvm.py b/qubes/tools/qubes_lvm.py index e3a083ea..adcfc577 100644 --- a/qubes/tools/qubes_lvm.py +++ b/qubes/tools/qubes_lvm.py @@ -28,7 +28,7 @@ import os import subprocess import sys import time -import lvm +import lvm # pylint: disable=import-error import qubes