Fix unicode error when saving filters

This commit is contained in:
Nick Hall 2014-04-13 14:03:18 +01:00
parent 0901528ddf
commit 4a7ae64dd3

View File

@ -18,14 +18,12 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
#-------------------------------------------------------------------------
#
# Standard Python modules
#
#-------------------------------------------------------------------------
from __future__ import print_function
from __future__ import unicode_literals
from xml.sax import make_parser, SAXParseException
import os