# | Line 2 | Line 2 | from crab_exceptions import * | |
---|---|---|
2 | import logging | |
3 | import common | |
4 | import os, string, time | |
5 | + | from crab_util import loadConfig |
6 | ||
7 | class WorkSpace: | |
8 | def __init__(self, top_dir, cfg_params): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |