mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-26 10:21:12 +00:00
Ensure _package and _uvname attributes are always defined
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
e95d127fb1
commit
9c65c3e6b7
@ -15,6 +15,8 @@
|
||||
class MigrationItem:
|
||||
def __init__(self, name = None, versionned = False):
|
||||
self._name = None
|
||||
self._uvname = None
|
||||
self._package = None
|
||||
self._version = None
|
||||
self._architecture = None
|
||||
self._suite = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user