From 6fde7bc6707ab993b781db95cf1e1434995d0df5 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 1 Oct 2009 02:05:20 +0000 Subject: [PATCH] use cPickle like the rest of the modules svn: r13280 --- src/Editors/_EditFamily.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editors/_EditFamily.py b/src/Editors/_EditFamily.py index 6bf2fe9e4..dfaf3daa0 100644 --- a/src/Editors/_EditFamily.py +++ b/src/Editors/_EditFamily.py @@ -29,7 +29,7 @@ from bsddb import db as bsddb_db from gettext import gettext as _ from DdTargets import DdTargets -import pickle +import cPickle as pickle #------------------------------------------------------------------------- #