diff options
| author | nitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-07-13 17:14:32 +0000 |
|---|---|---|
| committer | nitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-07-13 17:14:32 +0000 |
| commit | 743b4bd0cd3253fc56ac354cfc7e751f9e90b92e (patch) | |
| tree | 94a3ea1dfc015bcc3f0a794d30614a1f0fb09fc2 /freebase/schema.py | |
| parent | 88b0611c6eca4451699700b4cd3a5c74a59856c3 (diff) | |
fix commandline tools
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@190 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/schema.py')
| -rw-r--r-- | freebase/schema.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/freebase/schema.py b/freebase/schema.py index 459c51a..17f023c 100644 --- a/freebase/schema.py +++ b/freebase/schema.py @@ -326,7 +326,6 @@ def dump_type(s, type_id, follow_types=True): graph = _get_graph(s, types, follow_types) return graph - def restore(s, graph, new_location, ignore_types=None): follow_types = graph.get("__follow_types", True) |
