From fe53cb71afb26187ad9304d73f2bade1e41eb0c3 Mon Sep 17 00:00:00 2001 From: alecflett Date: Mon, 27 Jul 2009 20:48:20 +0000 Subject: 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 --- test/test_hardcore_schema_manipulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_hardcore_schema_manipulation.py') diff --git a/test/test_hardcore_schema_manipulation.py b/test/test_hardcore_schema_manipulation.py index e078a4d..58f7e66 100644 --- a/test/test_hardcore_schema_manipulation.py +++ b/test/test_hardcore_schema_manipulation.py @@ -11,7 +11,7 @@ from freebase.schema import dump_type, dump_base, restore USERNAME = 'username' PASSWORD = 'password' -API_HOST = 'sandbox.freebase.com' +API_HOST = 'sandbox-freebase.com' s = freebase.api.HTTPMetawebSession(API_HOST) -- cgit v1.3.1