From 2e515d029f448a0093e7d050e6a97f41eec74d47 Mon Sep 17 00:00:00 2001 From: nitromaster101 Date: Fri, 17 Jul 2009 17:36:06 +0000 Subject: make the comments make sense git-svn-id: http://freebase-python.googlecode.com/svn/trunk@197 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- freebase/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'freebase/__init__.py') diff --git a/freebase/__init__.py b/freebase/__init__.py index c55b700..03e3e56 100755 --- a/freebase/__init__.py +++ b/freebase/__init__.py @@ -5,7 +5,7 @@ import sandbox __all__ = ["HTTPMetawebSession", "sandbox"] -_base = HTTPMetawebSession("freebase.com") +_base = HTTPMetawebSession("http://freebase.com") # we want to add base's functions to __init__.py # so that we can say freebase.func() and really @@ -36,7 +36,7 @@ for funcname in dir(_base): __all__.append(funcname) # we don't want any self-referencing -# business going. Plus, this is cleaner. +# business going on. Plus, this is cleaner. del self # we want dir(freebase) to be clean -- cgit v1.3.1