/[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.12 by humppake, Fri Apr 25 18:00:02 2003 UTC revision 1.13 by humppake, Tue May 20 09:49:19 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))
49                print dir(module_path)
50              for module in dir(module_path):              for module in dir(module_path):
51                  module = getattr(module_path, module)                  module = getattr(module_path, module)
52                  if type(module) == type(navidoc):                  if type(module) == type(navidoc):

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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