Fix Charset import got Grapher

This commit is contained in:
Worros 2010-01-23 15:30:48 +08:00
parent 2538f61906
commit 9d6707f18f

View File

@ -44,6 +44,7 @@ except ImportError, inst:
import fpdb_import
import Database
import Filters
import Charset
class GuiGraphViewer (threading.Thread):