From cc3811b8aae2798c76868510cbdf0c5b4dbe1b60 Mon Sep 17 00:00:00 2001 From: Mika Bostrom Date: Thu, 21 Jan 2010 21:52:22 +0200 Subject: [PATCH] Add missing import GuiPlayerStats.py didn't import the new Charset module but tried to use the functions. --- pyfpdb/GuiPlayerStats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/GuiPlayerStats.py b/pyfpdb/GuiPlayerStats.py index a707e609..7a3213e8 100644 --- a/pyfpdb/GuiPlayerStats.py +++ b/pyfpdb/GuiPlayerStats.py @@ -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}