summaryrefslogtreecommitdiff
path: root/freebase/fcl/commands.py
diff options
context:
space:
mode:
authormasouras@google.com <masouras@google.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2010-11-30 22:53:17 +0000
committermasouras@google.com <masouras@google.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2010-11-30 22:53:17 +0000
commite1d4ab54c0b0816b87c3f9727100db37288d6818 (patch)
tree273181a77dc5f41ea58aeda0439cdade8e358f0f /freebase/fcl/commands.py
parent7d9513c985368988d79be079c3f63ee6c2359de5 (diff)
move www.freebase.com to api.freebase.com (same for sandbox)HEADmaster
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@258 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/fcl/commands.py')
-rwxr-xr-xfreebase/fcl/commands.py4
1 files changed, 0 insertions, 4 deletions
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')