summaryrefslogtreecommitdiff
path: root/freebase/sandbox.py
diff options
context:
space:
mode:
authoralecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-07-27 20:48:20 +0000
committeralecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-07-27 20:48:20 +0000
commitfe53cb71afb26187ad9304d73f2bade1e41eb0c3 (patch)
treeb7536154e2a6e0a55ca9bb8a2821b989b95b5df2 /freebase/sandbox.py
parentbc7d69f0956d1a66ffc9d3f4b645f6419e847331 (diff)
nuke sandbox.freebase.com in favor of sandbox-freebase.com
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@203 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/sandbox.py')
-rw-r--r--freebase/sandbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebase/sandbox.py b/freebase/sandbox.py
index 05f7a0b..9d9a189 100644
--- a/freebase/sandbox.py
+++ b/freebase/sandbox.py
@@ -30,7 +30,7 @@
import sys
from freebase.api.session import HTTPMetawebSession
-_base = HTTPMetawebSession("http://sandbox.freebase.com")
+_base = HTTPMetawebSession("http://sandbox-freebase.com")
__all__ = ["HTTPMetawebSession"]