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

Comparing COMP/CRAB/python/Job.py (file contents):
Revision 1.1 by nsmirnov, Thu Mar 10 16:20:30 2005 UTC vs.
Revision 1.2 by nsmirnov, Wed Jun 22 15:14:57 2005 UTC

# Line 15 | Line 15 | class Job:
15          self._script_fname   = ''           # script filename
16          return
17  
18 <    def __repr__(self):
18 >    def __str__(self):
19          txt = ''
20          for k in self.__dict__.keys():
21              if self.__dict__[k] == None:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines