Skip to content

Commit

Permalink
Removes some unused locals
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Sep 9, 2014
1 parent 8956ac9 commit 08f4c79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion vistrails/core/modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ def parse_documentation():
field, field_type = line.strip().split(':', 1)
(cls_name, field_name) = field.split('.')
doc_lines = []
done_with_doc = False
line = line_iter.next()
while True:
line = line_iter.next()
Expand Down
5 changes: 0 additions & 5 deletions vistrails/core/vistrail/module_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@

################################################################################

PipelineElementType = enum('PipelineElementType',
['Module', 'Connection', 'Function', 'Parameter'])

################################################################################

class ModuleFunction(DBFunction):
__fields__ = ['name', 'returnType', 'params']
""" Stores a function from a vistrail module """
Expand Down

0 comments on commit 08f4c79

Please sign in to comment.