Changes between Initial Version and Version 1 of Ticket #8807, comment 8


Ignore:
Timestamp:
Nov 2, 2014, 5:55:33 PM (10 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8807, comment 8

    initial v1  
    44    import json
    55except ImportError:
    6     import simplejson and json
     6    import simplejson as json
    77}}}
    88and also conditionally add `simplejson` to requirements. For example, see: [browser:/tracticketchangelogplugin/0.12/setup.py@13960:55#L37]