diff options
| author | alecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-07-27 20:48:20 +0000 |
|---|---|---|
| committer | alecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-07-27 20:48:20 +0000 |
| commit | fe53cb71afb26187ad9304d73f2bade1e41eb0c3 (patch) | |
| tree | b7536154e2a6e0a55ca9bb8a2821b989b95b5df2 /test/test_hardcore_schema_manipulation.py | |
| parent | bc7d69f0956d1a66ffc9d3f4b645f6419e847331 (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 'test/test_hardcore_schema_manipulation.py')
| -rw-r--r-- | test/test_hardcore_schema_manipulation.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
