Skip to content

Commit

Permalink
add format=json
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Caldwell committed Apr 14, 2012
1 parent 6da80a2 commit ce8240e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/features.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np, urllib2
from django.conf import settings
from scipy import ndimage
#from scipy import ndimage

try:
from cStringIO import StringIO
Expand Down
2 changes: 1 addition & 1 deletion react/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
buildUrl: function(request) {
var query = request.params.query;
delete request.params.query;
return 'api/v1/flickr/search/' + query;
return 'api/v1/flickr/search/' + query + '?format=json';
},
reader: {
type: 'json',
Expand Down
Binary file modified scipy/ndimage/__init__.pyc
Binary file not shown.
Binary file modified scipy/ndimage/_ni_support.pyc
Binary file not shown.
Binary file modified scipy/ndimage/filters.pyc
Binary file not shown.

0 comments on commit ce8240e

Please sign in to comment.