From 6da65335c0a97515a07c3e55a80124ca67228da4 Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Sat, 6 Jan 2007 13:57:40 +0100 Subject: * remove duplicated method --- AptSources/DistInfo.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/AptSources/DistInfo.py b/AptSources/DistInfo.py index 56c19623..69bc3410 100644 --- a/AptSources/DistInfo.py +++ b/AptSources/DistInfo.py @@ -73,8 +73,6 @@ class Component: self.description = desc def set_description_long(self, desc): self.description_long = desc - def get_description(self): - return self.description def get_description_long(self): return self.description_long -- cgit v1.2.3