mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-11 06:27:03 +00:00
excuse.py: Drop now unused urgency field
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
2d8a471f70
commit
54fd517062
@ -44,7 +44,6 @@ class Excuse(object):
|
||||
self.name = name
|
||||
self.ver = ("-", "-")
|
||||
self.maint = None
|
||||
self.urgency = None
|
||||
self.daysold = None
|
||||
self.mindays = None
|
||||
self.section = None
|
||||
@ -102,10 +101,6 @@ class Excuse(object):
|
||||
"""Set the section of the package"""
|
||||
self.section = section
|
||||
|
||||
def set_urgency(self, date):
|
||||
"""Set the urgency of upload of the package"""
|
||||
self.urgency = date
|
||||
|
||||
def add_dep(self, name, arch):
|
||||
"""Add a dependency"""
|
||||
if name not in self.deps: self.deps[name]=[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user