Changeset 154

Show
Ignore:
Timestamp:
10/27/08 21:13:52 (16 years ago)
Author:
broder
Message:

Update attach to work with new PyHesiod module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/source/attach/attach

    r53 r154  
    3939                        print_usage = True 
    4040                else: 
    41                         filsys = hesiod.FilsysLookup(args[0]) 
     41                        filsys = hesiod.FilsysLookup(args[0]).filsys 
    4242                        if filsys: 
    43                                 os.symlink(filsys.getFilsys()[0]['location'], a) 
     43                                os.symlink(filsys[0]['location'], a) 
    4444                                sys.exit(0) 
    4545                        else: 
     
    6060                exit_code = 2 
    6161        if noise_level == 'verbose': 
    62                 filsys = hesiod.FilsysLookup(args[0]) 
    63                 print 'attach: %s attached to /mit/%s for filesystem %s' % (filsys.getFilsys()[0]['location'], arg, arg) 
     62                filsys = hesiod.FilsysLookup(args[0]).filsys 
     63                print 'attach: %s attached to /mit/%s for filesystem %s' % (filsys[0]['location'], arg, arg) 
    6464        elif noise_level == 'path': 
    6565                print '/mit/%s' % arg