Changeset 20818

Show
Ignore:
Timestamp:
09/17/07 09:36:22 (1 year ago)
Author:
patrick
Message:

Clean up formatting. No functional changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/build_windows.py

    r20809 r20818  
    163163 
    164164               # Try again to guess the Visual Studio version. 
    165                return detectVisualStudioVersion(True)                
     165               return detectVisualStudioVersion(True) 
    166166 
    167167         # If execution reaches this point, our attempts to guess the 
     
    11081108       srcfile - Full path to source file to copy. 
    11091109       dst - Destination filename or directory. 
    1110    """    
     1110   """ 
    11111111   if os.path.isdir(dst): 
    11121112      dst = os.path.join(dst, os.path.basename(srcfile)) 
    1113          
     1113 
    11141114   # Verify we need to copy and make sure to delete if needed 
    11151115   if os.path.isfile(dst): 
     
    11221122      #print "removing: ", dst 
    11231123      os.remove(dst) 
    1124     
     1124 
    11251125   # Copy it 
    11261126   shutil.copy2(srcfile, dst) 
    1127     
    1128     
     1127 
    11291128def installDir(startDir, destDir, allowedExts = None, disallowedExts = None, 
    11301129               disallowedFiles = None): 
     
    17901789 
    17911790      for d in dlls: 
    1792          smartCopy(d, pj(destdir,d))          
     1791         smartCopy(d, pj(destdir, d)) 
    17931792 
    17941793      #smartCopy(d, pj(destdir,d))