source: tracformsplugin/trunk/tracforms/compat.py

Last change on this file was 16384, checked in by Ryan J Ollos, 7 years ago

TracForms 0.5dev: Conform to PEP8

File size: 96 bytes
Line 
1# -*- coding: utf-8 -*-
2
3try:
4    import json
5except ImportError:
6    import simplejson as json
Note: See TracBrowser for help on using the repository browser.