From e1d4ab54c0b0816b87c3f9727100db37288d6818 Mon Sep 17 00:00:00 2001 From: "masouras@google.com" Date: Tue, 30 Nov 2010 22:53:17 +0000 Subject: move www.freebase.com to api.freebase.com (same for sandbox) git-svn-id: http://freebase-python.googlecode.com/svn/trunk@258 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- freebase/fcl/commands.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'freebase/fcl/commands.py') diff --git a/freebase/fcl/commands.py b/freebase/fcl/commands.py index c6acbb3..1be79e8 100755 --- a/freebase/fcl/commands.py +++ b/freebase/fcl/commands.py @@ -330,12 +330,8 @@ def cmd_shell(fb): graphs = { 'http://trunk.qa.metaweb.com':'qa', 'http://branch.qa.metaweb.com':'qa', - 'http://www.freebase.com':'otg', 'http://api.freebase.com':'otg', - 'http://freebase.com':'otg', - 'http://www.sandbox-freebase.com':'sandbox', 'http://api.sandbox-freebase.com':'sandbox', - 'http://sandbox-freebase.com':'sandbox' } gname = graphs.get(fb.mss.service_url, 'unknown') -- cgit v1.3.1