1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| ó
| Y\¬Qc @ sS d Z d d l m Z d d l m Z d d l m Z d e j f d YZ d S( s© Fixer that changes 'a ,b' into 'a, b'.
|
| This also changes '{a :b}' into '{a: b}', but does not touch other
| uses of colons. It does not touch other uses of whitespace.
|
| i ( t pytree( t token( t
|
|
|