[Subversion] / PEAK / src / peak / running / commands.py  

Diff of /PEAK/src/peak/running/commands.py

Parent Directory | Revision Log

version 1059, Thu May 1 00:10:56 2003 UTC version 1060, Thu May 1 16:32:39 2003 UTC
Line 184 
Line 184 
         # Set up a command factory based on the configuration setting          # Set up a command factory based on the configuration setting
   
         executable = importObject(          executable = importObject(
             config.getProperty('peak.running.app', parent, None)              config.getProperty(parent, 'peak.running.app', None)
         )          )
   
         if executable is None:          if executable is None:
Line 411 
Line 411 
     def interpret(self, name):      def interpret(self, name):
   
         if not naming.URLMatch(name):          if not naming.URLMatch(name):
             name = "config:peak.running.shortcuts.%s/" % name              name = PropertyName("peak.running.shortcuts." + name)
   
         try:          try:
             factory = naming.lookup(name, self)              factory = self.lookupComponent(name)
         except exceptions.NameNotFound, v:          except exceptions.NameNotFound, v:
             raise InvocationError(v)              raise InvocationError(v)
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1059  
changed lines
  Added in v.1060

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help