* src/EditPerson.py: don't use quote date

* src/PeopleModel.py: remove BOLD
* src/PeopleView.py: start of sorting support
* src/WriteXML.py: use hlink for Witness
* various: pychecker fixes
* configure.in: bump up to 1.1.3, the "Splunge: this is a
greate idea, but possibly lousy, and I'm not being indecisive"
release


svn: r3915
This commit is contained in:
Don Allingham
2005-01-16 04:00:35 +00:00
parent 1f127db0a5
commit effa5fd442
19 changed files with 77 additions and 121 deletions

View File

@ -126,7 +126,7 @@ def importData(database, filename, cb=None, use_trans=True):
ansel = False
gramps = False
for index in range(0,50):
for index in range(50):
line = f.readline().split()
if len(line) == 0:
break
@ -195,7 +195,6 @@ def import2(database, filename, cb, codeset, use_trans):
ErrorDialog(m1,m2)
return
except:
import DisplayTrace
Utils.destroy_passed_object(statusWindow)
DisplayTrace.DisplayTrace()
return
@ -1982,7 +1981,6 @@ def readData(database,active_person,cb):
try:
importData(database,filename)
except:
import DisplayTrace
DisplayTrace.DisplayTrace()
else:
choose.destroy()