Changeset 1185:c94241182c1e

Show
Ignore:
Timestamp:
06/15/08 17:06:12 (3 months ago)
Author:
Ronny Pfannschmidt <Ronny.Pfannschmidt@…>
Message:

fixed python class/function view

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pida-plugins/python/python.py

    r1158 r1185  
    230230 
    231231    def check(self, document): 
    232         code_string = str(document) 
    233         return pythonparser.get_nodes_from_string(code_string) 
     232        return pythonparser.get_nodes_from_string(document.content) 
    234233 
    235234    def add_view_node(self, node, parent):