# | Line 9 | Line 9 | import os, time | |
---|---|---|
9 | class ServerConfig: | |
10 | def __init__(self, serverName): | |
11 | common.logger.debug(5,'Calling ServerConfig') | |
12 | < | self.url = 'http://cmsdoc.cern.ch/cms/ccs/wm/www/Crab/useful_script/' |
13 | < | # self.url ='https://cmsweb.cern.ch/crabconf/files/' |
12 | > | # self.url = 'http://cmsdoc.cern.ch/cms/ccs/wm/www/Crab/useful_script/' |
13 | > | self.url ='https://cmsweb.cern.ch/crabconf/' |
14 | if 'server_' in string.lower(serverName): | |
15 | self.configFileName = '%s.conf'%string.lower(serverName) | |
16 | else: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |