From 637b2c5788657535ab05b6610f3b02d56ab957ec Mon Sep 17 00:00:00 2001 From: nitromaster101 Date: Thu, 9 Jul 2009 01:36:29 +0000 Subject: add upload/revert schema manipulation, more tests, and other changes of the past few days git-svn-id: http://freebase-python.googlecode.com/svn/trunk@172 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- freebase/api/__init__.py | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'freebase/api/__init__.py') diff --git a/freebase/api/__init__.py b/freebase/api/__init__.py index 9e7be3e..c48009d 100755 --- a/freebase/api/__init__.py +++ b/freebase/api/__init__.py @@ -1,19 +1,4 @@ -from session import HTTPMetawebSession, MetawebError, attrdict +from session import HTTPMetawebSession, MetawebError, attrdict, LITERAL_TYPE_IDS -from mqlkey import quotekey, unquotekey - -LITERAL_TYPE_IDS = set([ - "/type/int", - "/type/float", - "/type/boolean", - "/type/rawstring", - "/type/uri", - "/type/text", - "/type/datetime", - "/type/bytestring", - "/type/id", - "/type/key", - "/type/value", - "/type/enumeration" -]) +from mqlkey import quotekey, unquotekey \ No newline at end of file -- cgit v1.3.1