From e54b16d0c2af1f5357ff0128d2a2d7666bf8f173 Mon Sep 17 00:00:00 2001 From: alecflett Date: Thu, 30 Jul 2009 21:14:37 +0000 Subject: switch to api.freebase.com git-svn-id: http://freebase-python.googlecode.com/svn/trunk@204 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- freebase/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'freebase/__init__.py') diff --git a/freebase/__init__.py b/freebase/__init__.py index 03e3e56..4a29225 100755 --- a/freebase/__init__.py +++ b/freebase/__init__.py @@ -5,7 +5,7 @@ import sandbox __all__ = ["HTTPMetawebSession", "sandbox"] -_base = HTTPMetawebSession("http://freebase.com") +_base = HTTPMetawebSession("http://api.freebase.com") # we want to add base's functions to __init__.py # so that we can say freebase.func() and really -- cgit v1.3.1