Parser needed.

Skybuck Flying skybuck2000 at hotmail.com
Tue Jun 2 00:39:49 EDT 2015


Hmm this parser uses an interesting technique:

  if line.Contains("activePlayerRef"):
   self._activePlayerRef = 
Convert.ToInt64(line.Substring(line.LastIndexOf("activePlayerRef") + 16))

I'll see if python can do this as well... ;)

Bye,
  Skybuck. 




More information about the Python-list mailing list