Add missing import

GuiPlayerStats.py didn't import the new Charset module but tried to use
the functions.
This commit is contained in:
Mika Bostrom 2010-01-21 21:52:22 +02:00
parent 04c345ae1f
commit 29d5204bee

View File

@ -29,6 +29,7 @@ import fpdb_import
import Database
import fpdb_db
import Filters
import Charset
colalias,colshow,colheading,colxalign,colformat,coltype = 0,1,2,3,4,5
ranks = {'x':0, '2':2, '3':3, '4':4, '5':5, '6':6, '7':7, '8':8, '9':9, 'T':10, 'J':11, 'Q':12, 'K':13, 'A':14}