diff options
Diffstat (limited to 'freebase/fcl/fcl.py')
| -rwxr-xr-x | freebase/fcl/fcl.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
