From 64b458b380620f84843b1841b441745a0984946f Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 17 Feb 2015 10:17:15 -0600 Subject: Remove unnecessary suppression of apt warnings This is no longer necessary in 12.04, so should be safe to remove. If you're on Ubuntu < 12.04, upgrade for heaven's sake. --- src/lib/Bcfg2/Client/Tools/APT.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/Bcfg2/Client') diff --git a/src/lib/Bcfg2/Client/Tools/APT.py b/src/lib/Bcfg2/Client/Tools/APT.py index c8044d893..aaeb969e3 100644 --- a/src/lib/Bcfg2/Client/Tools/APT.py +++ b/src/lib/Bcfg2/Client/Tools/APT.py @@ -2,11 +2,6 @@ import os import sys -import warnings - -# suppress apt API warnings -warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning) -# pylint: disable=E402 import apt.cache -- cgit v1.2.3-1-g7c22