Diff
Differences From Artifact [759da668d2]:
- File pson.py — part of check-in [7ef1553f61] at 2014-04-07 00:33:43 on branch trunk — Move __print__ into config, add unified dbg.COLOR codes (user: mario, size: 3206) [annotate] [blame] [check-ins using]
To Artifact [b0e4064063]:
- File pson.py — part of check-in [0458e0e0d1] at 2014-04-08 22:16:26 on branch py3 — Add unicode() vs str() to compat2and3 (user: mario, size: 3157) [annotate] [blame] [check-ins using]
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | - - + - | # might have been queried from the widgets. # #-- reading and writing json (for the config module) ---------------------------------- import sys |