Merge branch 'master' of git://github.com/grindi/fpdb-grindi

Conflicts:
	pyfpdb/HandHistoryConverter.py
This commit is contained in:
Worros
2009-08-12 22:51:49 +08:00
3 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ which it expects to find at self.re_TailSplitHands -- see for e.g. Everleaf.py.
self.obs = self.obs.replace('\r\n', '\n')
if self.obs == "" or self.obs == None:
log.info("Read no hands.")
return
return []
return re.split(self.re_SplitHands, self.obs)
def processHand(self, handText):