Ticket #31: toolset.patch

File toolset.patch, 606 bytes (added by desai, 17 years ago)
  • src/lib/Client/Toolset.py

     
    55from stat import S_IWGRP, S_IRGRP, S_IXOTH, S_IWOTH, S_IROTH, ST_MODE, S_ISDIR 
    66from stat import S_IFREG, ST_UID, ST_GID, S_ISREG, S_IFDIR, S_ISLNK 
    77 
    8 import binascii, copy, grp, logging, lxml.etree, os, popen2, pwd, stat 
     8import binascii, copy, grp, logging, lxml.etree, os, popen2, pwd, stat, sys 
    99 
    1010def calcPerms(initial, perms): 
    1111    '''This compares ondisk permissions with specified ones'''