* src/RelImage.py: replace system call with Utils.search_for

* src/Utils.py: added search_for to look for an executable in the current
path

* FAQ: removed question 18 (how fast is GRAMPS)
* src/PeopleStore.py: set sort data for top level nodes. Allows the first
and last nodes to be sorted properly.


svn: r2374
This commit is contained in:
Don Allingham
2003-11-25 17:45:34 +00:00
parent 028b19faa3
commit c23723ac8b
5 changed files with 15 additions and 10 deletions

View File

@@ -56,6 +56,8 @@ else:
try:
locale.setlocale(locale.LC_ALL,'')
except locale.Error:
pass
except ValueError:
pass