diff options
| author | masouras@google.com <masouras@google.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2010-11-04 17:43:02 +0000 |
|---|---|---|
| committer | masouras@google.com <masouras@google.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2010-11-04 17:43:02 +0000 |
| commit | 7d9513c985368988d79be079c3f63ee6c2359de5 (patch) | |
| tree | 37ab14ba12c8e8740a7dc0d05ab2461c9b43242e | |
| parent | 52af010315c044c11b8b238a6904b9d4a5b15743 (diff) | |
new acre appeditor services are now deployed in OTG and sandbox
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@257 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
| -rw-r--r-- | freebase/api/session.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/freebase/api/session.py b/freebase/api/session.py index aad8d6c..5a7b7e4 100644 --- a/freebase/api/session.py +++ b/freebase/api/session.py @@ -356,9 +356,6 @@ class HTTPMetawebSession(MetawebSession): else: url = self.acre_service_url + service_path - if 'sandbox-freebase' not in url: - url = url.replace('/appeditor/services', '/appeditor') - if headers is None: headers = {} else: |
