summaryrefslogtreecommitdiff
path: root/freebase/fcl/schema.py
diff options
context:
space:
mode:
authoralecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-09-21 22:54:18 +0000
committeralecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-09-21 22:54:18 +0000
commita506682c6ed1334ecc9d4c5cf6e515b0e36252ed (patch)
tree1fec564f94be520261be836e99b97bc14373f27b /freebase/fcl/schema.py
parentb6b6dbfb28fc158a559d0cef669ac6cda9d97be7 (diff)
ok, get dump/restore working better
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@216 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/fcl/schema.py')
-rw-r--r--freebase/fcl/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebase/fcl/schema.py b/freebase/fcl/schema.py
index e10e72a..47eb1fa 100644
--- a/freebase/fcl/schema.py
+++ b/freebase/fcl/schema.py
@@ -28,7 +28,7 @@ def cmd_dump_type(fb, baseid, follow_types=True):
"""
print >> sys.stdout, json.dumps(dump_type(fb.mss, typeid, follow_types), indent=2)
-def cmd_restore(fb, newlocation=None, graphfile=None):
+def cmd_restore(fb, newlocation, graphfile):
"""restore a graph object to the graph
%prog restore newlocation graphfile