25 """diff two POOL files (containers and sizes)"""
28 old = osp.expandvars(osp.expanduser(args.old))
29 new = osp.expandvars(osp.expanduser(args.new))
31 import PyUtils.PoolFile
as PF
32 diff = PF.DiffFiles(refFileName = old,
34 verbose = args.verbose)