From 47e2fd053a6ef62c471b672ecf404540c8a8ad03 Mon Sep 17 00:00:00 2001 From: Matt Turnbull Date: Fri, 5 Dec 2008 02:42:13 +0000 Subject: [PATCH] unimplemented is more meaningful warning --- pyfpdb/EverleafToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/EverleafToFpdb.py b/pyfpdb/EverleafToFpdb.py index 0e03d0c3..51d78451 100755 --- a/pyfpdb/EverleafToFpdb.py +++ b/pyfpdb/EverleafToFpdb.py @@ -162,7 +162,7 @@ class Everleaf(HandHistoryConverter): # mct: do we need to keep bet distinct from raise? # hand.actions[street] += [[action.group('PNAME'), action.group('ATYPE'), action.group('BET')]] else: - print "DEBUG: unexpected readAction: %s %s" %(action.group('PNAME'),action.group('ATYPE'),) + print "DEBUG: unimplemented readAction: %s %s" %(action.group('PNAME'),action.group('ATYPE'),) hand.actions[street] += [[action.group('PNAME'), action.group('ATYPE')]] #print "DEBUG: readAction: %s " %(hand.actions)