From 6f538d96ec35e80e19f1b33cad86b9ae45da54f5 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 31 Jan 2012 14:58:14 +0100 Subject: apt/debfile.py: kill _supported_data_members its actually not used anymore and instead done dynamically in arfile.cc using the APT::Configuration::getCompressionTypes() call (yeah!) --- apt/debfile.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apt') diff --git a/apt/debfile.py b/apt/debfile.py index 6a189502..2eb807b8 100644 --- a/apt/debfile.py +++ b/apt/debfile.py @@ -40,13 +40,6 @@ class DebPackage(object): VERSION_SAME, VERSION_NEWER) = range(4) - _supported_data_members = ( - "data.tar.gz", - "data.tar.bz2", - "data.tar.lzma", - "data.tar.xz", - ) - debug = 0 def __init__(self, filename=None, cache=None): -- cgit v1.2.3