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

Comparing COMP/CRAB/python/DLSInfo.py (file contents):
Revision 1.21 by spiga, Sun Sep 7 16:23:24 2008 UTC vs.
Revision 1.22 by spiga, Mon Sep 8 09:47:47 2008 UTC

# Line 53 | Line 53 | class DLSInfo:
53              raise CrabException(msg)
54  
55          common.logger.debug(5,"DLS interface: %s Server %s"%(type,endpoint))      
56        print "DLS interface: %s Server %s"%(type,endpoint)      
56          try:
57              self.api = dlsClient.getDlsApi(dls_type=type,dls_endpoint=endpoint)
58          except dlsApi.DlsApiError, inst:
# Line 67 | Line 66 | class DLSInfo:
66          query DLS to get replicas
67          """
68          ##
70        entryList=self.api.getLocations([fileblocks])
69          try:
70              entryList=self.api.getLocations([fileblocks])
71          except dlsApi.DlsApiError, inst:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines