Fix mergeoverwrite from reporting same info nine times

svn: r17119
This commit is contained in:
Michiel Nauta 2011-04-13 21:20:10 +00:00
parent 9c38eddab2
commit f15a2f6cc4

View File

@ -213,7 +213,7 @@ class ImportInfo(object):
This creates the datastructures to hold info This creates the datastructures to hold info
""" """
self.data_mergeoverwrite = [{}] * 9 self.data_mergeoverwrite = [{}, {}, {}, {}, {}, {}, {}, {}, {}]
self.data_newobject = [0] * 9 self.data_newobject = [0] * 9
self.data_relpath = False self.data_relpath = False