2006-08-11 Alex Roitman <shura@gramps-project.org>
* src/Editors/_EditFamily.py: Use cPickle. svn: r7152
This commit is contained in:
parent
2368211ba1
commit
9901bae55a
@ -1,3 +1,6 @@
|
||||
2006-08-11 Alex Roitman <shura@gramps-project.org>
|
||||
* src/Editors/_EditFamily.py: Use cPickle.
|
||||
|
||||
2006-08-10 Don Allingham <don@gramps-project.org>
|
||||
* src/DisplayTabs/_EmbeddedList.py: use cPickle instead of pickle
|
||||
* src/DisplayTabs/_GalleryTab.py: add dnd functionality
|
||||
|
@ -26,7 +26,7 @@
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from gettext import gettext as _
|
||||
import pickle
|
||||
import cPickle as pickle
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user