* src/plugins/ScratchPad.py: changed pickle to cPickle. cPickle is much faster.
	* src/EditPerson.py: changed pickle to cPickle. cPickle is much faster.
	* src/EditPlace.py: changed pickle to cPickle. cPickle is much faster.
	* src/Marriage.py: changed pickle to cPickle. cPickle is much faster.
	* src/Sources.py: changed pickle to cPickle. cPickle is much faster.


svn: r4271
This commit is contained in:
Richard Taylor
2005-04-01 13:39:34 +00:00
parent 3f8b592fad
commit 7263714a87
6 changed files with 13 additions and 5 deletions

View File

@ -25,7 +25,7 @@
# Standard python modules
#
#-------------------------------------------------------------------------
import pickle
import cPickle as pickle
import os
import locale
from gettext import gettext as _