Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Setting new community environment uri to the yql storage functionallity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Jordano authored and dustinwhittle committed Oct 13, 2009
1 parent 3500e78 commit 6cdea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yahoo/yql.py
Expand Up @@ -38,7 +38,7 @@
# Yahoo! YQL API
PUBLIC_API_URL = 'http://query.yahooapis.com/v1/public/yql'
OAUTH_API_URL = 'http://query.yahooapis.com/v1/yql'
DATATABLES_URL = 'http://datatables.org/alltables.env'
DATATABLES_URL = 'store://datatables.org/alltableswithkeys'

class YQLQuery(object):

Expand Down

0 comments on commit 6cdea09

Please sign in to comment.