From a2fe2a40f43d5c95cb849f8f0306ed25dcde2298 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 5 Dec 2005 15:30:48 +0100 Subject: * detect security.u.c as well --- SoftwareProperties/aptsources.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'SoftwareProperties') diff --git a/SoftwareProperties/aptsources.py b/SoftwareProperties/aptsources.py index 1c8273f2..b32b222e 100644 --- a/SoftwareProperties/aptsources.py +++ b/SoftwareProperties/aptsources.py @@ -131,11 +131,6 @@ class SourceEntry: # disabled, add a "#" if string.strip(self.line)[0] != "#": self.line = "#" + self.line - def get_disabled(self): - return not self.disabled - def set_disabled(self, new_value): - return self.set_enbaled(not new_value) - disabled = property(get_disabled, set_disabled) def str(self): """ return the current line as string """ -- cgit v1.2.3