Prepend simplejson import with 'module' name

This commit is contained in:
Chris Castle 2013-02-14 19:47:49 -08:00
parent 11ee95a894
commit 17cad98d95
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import sublime
import sublime_plugin
import simplejson as json
from simplejson import OrderedDict
import PrettyJSON.simplejson as json
from PrettyJSON.simplejson import OrderedDict
import decimal
s = sublime.load_settings("Pretty JSON.sublime-settings")