/[navidoc]/navidoc/navidoc/parser.py
ViewVC logotype

Diff of /navidoc/navidoc/parser.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by humppake, Tue May 20 10:40:46 2003 UTC revision 1.15 by humppake, Tue May 20 10:58:13 2003 UTC
# Line 46  class ElementFactor: Line 46  class ElementFactor:
46          for module_path in module_paths:          for module_path in module_paths:
47              dbg ("Checking module: "+str(module_path))              dbg ("Checking module: "+str(module_path))
48              self.types.update(keys_for_classes(module_path, self.top_class))              self.types.update(keys_for_classes(module_path, self.top_class))
             print dir(module_path)  
49              for module in dir(module_path):              for module in dir(module_path):
50                  module = getattr(module_path, module)                  module = getattr(module_path, module)
51                  if type(module) == type(navidoc):                  if type(module) == type(navidoc):

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26