svn: r5817
This commit is contained in:
Alex Roitman 2006-01-22 02:43:55 +00:00
parent ecd05e4e79
commit a547bb4254

View File

@ -559,7 +559,7 @@ class GedcomParser:
def backup(self): def backup(self):
self.backoff = 1 self.backoff = 1
def parse_gedcom_file(self,use_trans=True): def parse_gedcom_file(self,use_trans=False):
self.trans = self.db.transaction_begin("",not use_trans) self.trans = self.db.transaction_begin("",not use_trans)
#self.trans.set_batch(not use_trans) #self.trans.set_batch(not use_trans)