Merge branch 'master' of git://git.assembla.com/fpdb-eric

This commit is contained in:
Ray 2009-03-24 01:47:17 -04:00
commit d26e3d735b

View File

@ -354,7 +354,7 @@ class Importer:
else: #normal processing
isTourney=fpdb_simple.isTourney(hand[0])
if not isTourney:
fpdb_simple.filterAnteBlindFold(site,hand)
hand = fpdb_simple.filterAnteBlindFold(site,hand)
self.hand=hand
try: