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

Comparing COMP/CRAB/python/CleanerServer.py (file contents):
Revision 1.9 by farinafa, Tue Aug 25 11:56:52 2009 UTC vs.
Revision 1.10 by farinafa, Wed Aug 26 12:57:22 2009 UTC

# Line 1 | Line 1
1   from Actor import *
2   from crab_exceptions import *
3 + from crab_util import *
4   import common
5   import string
6   from ServerCommunicator import ServerCommunicator
# Line 28 | Line 29 | class CleanerServer(Cleaner):
29              pass
30          
31          # check whether the action is allowable
32 <        Cleaner.check()
32 >        self.check()
33  
34          # notify the server to clean the task
35          csCommunicator = ServerCommunicator(self.server_name, self.server_port, self.cfg_params)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines