diff options
| author | masouras@google.com <masouras@google.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2010-11-30 22:53:17 +0000 |
|---|---|---|
| committer | masouras@google.com <masouras@google.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2010-11-30 22:53:17 +0000 |
| commit | e1d4ab54c0b0816b87c3f9727100db37288d6818 (patch) | |
| tree | 273181a77dc5f41ea58aeda0439cdade8e358f0f /freebase/fcl/commands.py | |
| parent | 7d9513c985368988d79be079c3f63ee6c2359de5 (diff) | |
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-x | freebase/fcl/commands.py | 4 |
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') |
