From 16cd5e750511e7ce9c485c0b1e88eda659c3f66f Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Thu, 5 Aug 2010 12:31:37 -0400 Subject: [PATCH] update Everleaf config example, add bbper100/BBper100 stats to popup default, fix my last tweak to hhc --- pyfpdb/HUD_config.xml.example | 87 +++++++++++++++++----------------- pyfpdb/HandHistoryConverter.py | 2 +- 2 files changed, 44 insertions(+), 45 deletions(-) diff --git a/pyfpdb/HUD_config.xml.example b/pyfpdb/HUD_config.xml.example index e25a1ab7..016b0a4d 100644 --- a/pyfpdb/HUD_config.xml.example +++ b/pyfpdb/HUD_config.xml.example @@ -252,49 +252,46 @@ Left-Drag to Move" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + diff --git a/pyfpdb/HandHistoryConverter.py b/pyfpdb/HandHistoryConverter.py index a6f19aaa..37ba831f 100644 --- a/pyfpdb/HandHistoryConverter.py +++ b/pyfpdb/HandHistoryConverter.py @@ -441,7 +441,7 @@ or None if we fail to get the info """ pass else: print "unable to read file with any codec in list!", self.in_path - self.obs = None + self.obs = "" elif self.filetype == "xml": doc = xml.dom.minidom.parse(filename) self.doc = doc