Show
Ignore:
Timestamp:
09/20/07 16:36:37 (6 years ago)
Author:
DrewCormier
Message:

hard-coded template choice to be python component since wxChoice is messed up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WaveDev/branches/osx/WaveDev/wavedev/ComponentFrame.py

    r4985 r5085  
    323323        # Constructor for ComponentFrame 
    324324        availableTemplates = commands.getoutput("cd generate/templates; ls -I __init__.py -I __init__.pyc") 
    325         availableTemplates = availableTemplates.split() 
     325        availableTemplates = ["py_comp"] 
    326326        self._init_ctrls(parent,availableTemplates) 
    327327