1
0
forked from VimPlug/jedi

moved parsing.Simple.module to _sub_module

This commit is contained in:
David Halter
2013-02-17 00:30:44 +04:30
parent 1366f5fa61
commit 79216f189f
3 changed files with 12 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ def fast_parent_copy(obj):
setattr(new_obj, key, new_elements[value])
except KeyError:
pass
elif key in ['parent_function', 'use_as_parent', 'module']:
elif key in ['parent_function', 'use_as_parent', '_sub_module']:
continue
elif isinstance(value, list):
setattr(new_obj, key, list_rec(value))