applying indentation patch from skvidal

This commit is contained in:
Michael DeHaan
2012-02-25 17:16:23 -05:00
parent a5039eec62
commit b44ae0af90
7 changed files with 209 additions and 209 deletions

View File

@@ -1,9 +1,9 @@
#!/usr/bin/python
try:
import json
import json
except ImportError:
import simplejson as json
import simplejson as json
import subprocess
import sys