Changeset 27 for holdemtable.py

Show
Ignore:
Timestamp:
02/05/08 19:00:53 (4 years ago)
Author:
mike
Message:

Added async stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • holdemtable.py

    r24 r27  
    394394                players[n] = d.public_data 
    395395            table_info["players"] = players 
     396            table_info["player_names"] = players.keys() 
    396397            root["table_info"] = table_info 
    397398