summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2015-02-17 10:17:15 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2015-02-17 10:18:02 -0600
commit64b458b380620f84843b1841b441745a0984946f (patch)
treefaacc2c7df4b0a9f5a89039252ede2c5402614d0
parent10cdcf6fc460992a4208915de23ac21064d597cd (diff)
downloadbcfg2-64b458b380620f84843b1841b441745a0984946f.tar.gz
bcfg2-64b458b380620f84843b1841b441745a0984946f.tar.bz2
bcfg2-64b458b380620f84843b1841b441745a0984946f.zip
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.
-rw-r--r--src/lib/Bcfg2/Client/Tools/APT.py5
1 files changed, 0 insertions, 5 deletions
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