From 9d6707f18f6a6b9aa721e4d6c1b898013111d629 Mon Sep 17 00:00:00 2001 From: Worros Date: Sat, 23 Jan 2010 15:30:48 +0800 Subject: [PATCH] Fix Charset import got Grapher --- pyfpdb/GuiGraphViewer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/GuiGraphViewer.py b/pyfpdb/GuiGraphViewer.py index 56e41bdd..3351b70f 100644 --- a/pyfpdb/GuiGraphViewer.py +++ b/pyfpdb/GuiGraphViewer.py @@ -44,6 +44,7 @@ except ImportError, inst: import fpdb_import import Database import Filters +import Charset class GuiGraphViewer (threading.Thread):