Skip to content

Commit

Permalink
removed simplejson
Browse files Browse the repository at this point in the history
  • Loading branch information
agibsonccc committed Mar 14, 2013
1 parent 988f073 commit 258dde7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.pyc
2 changes: 1 addition & 1 deletion build/lib/storedserver/storagejsonhandler.py
@@ -1,5 +1,5 @@
import BaseHTTPServer
import simplejson as json
import json
import time
import sys
import os
Expand Down
2 changes: 1 addition & 1 deletion storedserver/storagejsonhandler.py
@@ -1,5 +1,5 @@
import BaseHTTPServer
import simplejson as json
import json
import time
import sys
import os
Expand Down
2 changes: 1 addition & 1 deletion test/testserver.py
Expand Up @@ -2,7 +2,7 @@
from storedserver.storagejsonhandler import MultiThreadedHTTPServer,StorageJSONHandler
import threading
import urllib2
import simplejson as json
import json
from storedserver.basestorage import BaseStorage
from multiprocessing import Process
import time
Expand Down

0 comments on commit 258dde7

Please sign in to comment.