Changeset 27 for holdemtable.py
- Timestamp:
- 02/05/08 19:00:53 (4 years ago)
- Files:
-
- 1 modified
-
holdemtable.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
holdemtable.py
r24 r27 394 394 players[n] = d.public_data 395 395 table_info["players"] = players 396 table_info["player_names"] = players.keys() 396 397 root["table_info"] = table_info 397 398
