* src/plugins/TimeLine.py: Import strip_context correctly.
* src/plugins/SimpleBookText.py: Import strip_context correctly. * src/plugins/StatisticsChart.py: Import strip_context correctly. svn: r5353
This commit is contained in:
parent
9be3d88c8e
commit
4b9fcf97d2
@ -1,3 +1,8 @@
|
||||
2005-10-28 Alex Roitman <shura@gramps-project.org>
|
||||
* src/plugins/TimeLine.py: Import strip_context correctly.
|
||||
* src/plugins/SimpleBookText.py: Import strip_context correctly.
|
||||
* src/plugins/StatisticsChart.py: Import strip_context correctly.
|
||||
|
||||
2005-10-27 Don Allingham <don@gramps-project.org>
|
||||
* src/AddSpouse.py: glade fixes caught by Martin
|
||||
* src/AttrEdit.py: glade fixes caught by Martin
|
||||
|
@ -27,7 +27,7 @@
|
||||
import os
|
||||
import time
|
||||
from gettext import gettext as _
|
||||
from Utils import strip_context as __
|
||||
from TransUtils import strip_context as __
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -58,7 +58,8 @@ import ReportUtils
|
||||
import ReportOptions
|
||||
import GenericFilter
|
||||
from DateHandler import displayer as _dd
|
||||
from Utils import ProgressMeter, strip_context as __
|
||||
from Utils import ProgressMeter
|
||||
from TransUtils import strip_context as __
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -30,7 +30,7 @@ Timeline report
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
from gettext import gettext as _
|
||||
from Utils import strip_context as __
|
||||
from TransUtils import strip_context as __
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user