From 1d571507dbc08edefd9390bfad13292cad8ace71 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 30 Jun 2013 19:36:52 +0100 Subject: [PATCH] remove import --- openlp/core/lib/formattingtags.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/lib/formattingtags.py b/openlp/core/lib/formattingtags.py index be9cbe82e..1984b08ba 100644 --- a/openlp/core/lib/formattingtags.py +++ b/openlp/core/lib/formattingtags.py @@ -29,7 +29,6 @@ """ Provide HTML Tag management and Formatting Tag access class """ -import cPickle import json from openlp.core.lib import Settings, translate