/[papo]/gnue/designer/src/ToolSupport.py
ViewVC logotype

Diff of /gnue/designer/src/ToolSupport.py

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

revision 1.3 by charlie, Tue Aug 27 18:15:52 2002 UTC revision 1.4 by styxman, Fri Nov 8 16:46:03 2002 UTC
# Line 27  Line 27 
27  #  #
28    
29    
30  from gnue.common import GDebug as _GDebug, dyn_import  from gnue.common import GDebug as _GDebug
31    from gnue.common.FileUtils import dyn_import
32    
33  SupportedTools = []  SupportedTools = []
34  UnsupportedTools = []  UnsupportedTools = []
35  Tools = (  'forms',  Tools = (  'forms',
36  #           'reports',             'reports',
37             'navigator'             'navigator',
38               'schema'
39  )  )
40    
41  for tool in Tools:  for tool in Tools:

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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