Searched defs:file_ids (Results 1 - 1 of 1) sorted by relevance

/inkscape/packaging/wix/
H A Dfiles.py9 file_ids = {} variable
20 create the file_ids dictionary to be used in ComponentGroup references
22 global file_ids
28 _id = '_%06d' % (len(file_ids.keys()) + 1)
29 file_ids[file_key] = 'component' + _id
50 add componentgroup that contain all items from file_ids that match condition
51 remove the matched elements from file_ids
53 global file_ids
54 keys = [k for k in file_ids.keys() if condition in k]
57 wxs.write(indent(level + 1) + "<ComponentRef Id='" + file_ids[componen
[all...]

Completed in 9 milliseconds