* 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:
@@ -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>
|
2005-10-27 Don Allingham <don@gramps-project.org>
|
||||||
* src/AddSpouse.py: glade fixes caught by Martin
|
* src/AddSpouse.py: glade fixes caught by Martin
|
||||||
* src/AttrEdit.py: glade fixes caught by Martin
|
* src/AttrEdit.py: glade fixes caught by Martin
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
from gettext import gettext as _
|
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 ReportOptions
|
||||||
import GenericFilter
|
import GenericFilter
|
||||||
from DateHandler import displayer as _dd
|
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 gettext import gettext as _
|
||||||
from Utils import strip_context as __
|
from TransUtils import strip_context as __
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user