mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-26 10:21:12 +00:00
Make Excuse a new-style class, so property decorators work as expected
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
ed905b99c7
commit
1b0a85d879
@ -18,7 +18,7 @@ import re
|
||||
import string
|
||||
|
||||
|
||||
class Excuse:
|
||||
class Excuse(object):
|
||||
"""Excuse class
|
||||
|
||||
This class represents an update excuse, which is a detailed explanation
|
||||
|
Loading…
x
Reference in New Issue
Block a user