diff options
| author | alecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-09-21 20:29:01 +0000 |
|---|---|---|
| committer | alecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-09-21 20:29:01 +0000 |
| commit | 821f14dbdb3d8ff8cb6cd8dd78bb9b8c74836bf1 (patch) | |
| tree | bc3c5ef5143a12f2435c7a8e4d373846f17c54dc /freebase/api/httpclients.py | |
| parent | b30b191aaf7be0b96543529fa3accf0305bf8355 (diff) | |
tweaks to make tests pass - dump_domain->dump_base, etc
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@214 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/api/httpclients.py')
| -rw-r--r-- | freebase/api/httpclients.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebase/api/httpclients.py b/freebase/api/httpclients.py index 48af9b6..4626ad6 100644 --- a/freebase/api/httpclients.py +++ b/freebase/api/httpclients.py @@ -24,7 +24,7 @@ class Urllib2Client(object): cookiespy = urllib2.HTTPCookieProcessor(cookiejar) self.opener = urllib2.build_opener(cookiespy) self._raise_service_error = rse - self.log = logging.getLogger() + self.log = logging.getLogger("freebase") def __call__(self, url, method, body, headers): req = urllib2.Request(url, body, headers) |
