merge from ray @f5ba0b5b7...

This commit is contained in:
sqlcoder
2009-07-31 21:58:39 +01:00
10 changed files with 65 additions and 106 deletions
+1
View File
@@ -1684,6 +1684,7 @@ class HandToWrite:
self.maxSeats = None
self.tableName = None
self.seatNos = None
self.payin_amounts = None # tourney import was complaining mightily about this missing
except:
print "htw.init error: " + str(sys.exc_info())
raise