From bc7d69f0956d1a66ffc9d3f4b645f6419e847331 Mon Sep 17 00:00:00 2001 From: "nitromaster101@gmail.com" Date: Wed, 22 Jul 2009 18:45:54 +0000 Subject: cleanup, incorporate changes from code review, and move merge and split stuff into freebase.experimental git-svn-id: http://freebase-python.googlecode.com/svn/trunk@201 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- freebase/fcl/fcl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'freebase/fcl/fcl.py') diff --git a/freebase/fcl/fcl.py b/freebase/fcl/fcl.py index a0299b8..8b484c5 100755 --- a/freebase/fcl/fcl.py +++ b/freebase/fcl/fcl.py @@ -254,6 +254,7 @@ class FbCommandHandler(object): self.import_commands('freebase.fcl.commands') self.import_commands('freebase.fcl.mktype') + self.import_commands('freebase.fcl.schema') cmd = args.pop(0) self.dispatch(cmd, args) -- cgit v1.3.1