# | 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) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |