library: rename link function

This commit is contained in:
Julian Daube 2019-07-01 14:44:34 +02:00
parent 93d1671722
commit 770be5609f

View File

@ -19,7 +19,7 @@ class Library(object):
element = None
pass
def link_srefs(self, progress_callback=None):
def link_refs(self, progress_callback=None):
class Progress(ProgressGetter):
total = 0
current = 0