Show
Ignore:
Timestamp:
2009年08月23日 11时59分15秒 (3 years ago)
Author:
jiangx
Message:

Fixed #25: replace one tab with eight spaces in python files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysvnmanager/hooks/init/hook1.4/scripts/check-mime-type.py

    r47 r90  
    5353        check_mime = True 
    5454         
    55         for line in os.popen(cmd, 'r').readlines(): 
     55        for line in os.popen(cmd, 'r').readlines(): 
    5656            if pmime.match(line): 
    5757                mime_type = pmime.match(line).group(1) 
     
    6161                eol_style = peol.match(line).group(1) 
    6262         
    63         if check_mime: 
     63        if check_mime: 
    6464            if mime_type == "" and eol_style == '': 
    6565                errmsg.append( "%s : 属性 svn:mime-type 或者 svn:eol-style 没有设置" % path.decode('utf-8','replace').encode('utf-8','replace') )