Update some comments to match a renamed method

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 6 years ago
parent 6fa06f8ac4
commit 179faeb23b
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -86,7 +86,8 @@ class MigrationManager(object):
InstallabilityTester. InstallabilityTester.
Unlike doop_source, this will not modify any data structure. Unlike migrate_item_to_target_suite, this will not modify
any data structure.
""" """
# local copies for better performances # local copies for better performances
source_name = item.package source_name = item.package

@ -28,7 +28,7 @@ class MigrationTransactionState(object):
@property @property
def undo_items(self): def undo_items(self):
"""Only needed by a doop_source for the "hint"-hint case""" """Only needed by a _apply_item_to_target_suite for the "hint"-hint case"""
yield from self._undo_items yield from self._undo_items
def commit(self): def commit(self):

Loading…
Cancel
Save