Files
Hippolyzer/pyogp/lib/base/event_queue.py
joshua.linden 2ef5ed08a0 * Refactor redundant code out of an if/else block * Add __getitem__ accessors so you can replace this:
packet.blocks['RegionInfo'][0].get_variable('SimName').data

with this:

  packet['RegionInfo'][0]['SimName']

Reviewed by Enus Linden
2009-10-08 23:56:00 +00:00

11 KiB