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

Comparing COMP/CRAB/python/DBinterface.py (file contents):
Revision 1.7 by spiga, Mon Mar 17 14:00:59 2008 UTC vs.
Revision 1.8 by farinafa, Mon Mar 17 17:42:53 2008 UTC

# Line 157 | Line 157 | class DBinterface:
157  
158       #   displayReport(header, lines):
159          return      
160 +
161 +    def serializeTask(self, tmp_task = None):
162 +        if tmp_task is None:
163 +            tmp_task = common.bossSession.loadTaskByID(1)
164 +        return common.bossSession.serialize(tmp_task)  
165  
166      def queryID(self,server_mode=0):
167          '''

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines