ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/ScriptWriter.py
(Generate patch)

Comparing COMP/CRAB/python/ScriptWriter.py (file contents):
Revision 1.28 by spiga, Tue May 27 13:22:53 2008 UTC vs.
Revision 1.29 by spiga, Tue May 27 13:32:44 2008 UTC

# Line 8 | Line 8 | import Scram
8   import string,os
9  
10   class ScriptWriter:
11 <    def __init__(self, template):
11 >    def __init__(self, cfg_params, template):
12          # pattern -> action
13        ### FEDE added modify_report FOR DBS OUTPUT PUBLICATION
13          self.actions = {
14              'title'                       : self.title_,
15              'untar_software'              : self.untarSoftware_,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines