Got test coverage to 97%. Added missing file.

This commit is contained in:
Joe Gregorio
2010-09-22 11:47:49 -04:00
parent c5c5a37c50
commit 7c47d8fa8a

View File

@@ -30,7 +30,7 @@ import urllib
import urlparse
from apiclient.http import HttpRequest
try:
try: # pragma: no cover
import simplejson
except ImportError:
try: