python fix
Updated the python conversion script.
Fix occasional ${${girl}} caused by converting to $ instead of V at a bad time.
Partially fix variables that are followed by a period not being converted correctly if they were followed by <, as in </span>. This was putting their closing } several lines down and seriously fucking with autoformatters.
Fixes a second cause of this where it would start scanning a line with r.push but if it didn't get a hit it would start scanning the next line in some cases.