Edgewall Software

Ticket #3377: stefano.lenzi.patch

File stefano.lenzi.patch, 0.7 KB (added by kismet.sl@…, 3 years ago)

Stefano Lenzi: Patch for fixing this bug

  • trac/scripts/admin.py

     
    1212# history and logs, available at http://projects.edgewall.com/trac/. 
    1313# 
    1414 
    15 __copyright__ = 'Copyright (c) 2003-2006 Edgewall Software' 
    16  
    1715import cmd 
    1816import getpass 
    1917import os 
     
    3836from trac.wiki import WikiPage 
    3937from trac.wiki.macros import WikiMacroBase 
    4038 
     39__copyright__ = 'Copyright (c) 2003-2006 Edgewall Software' 
     40 
    4141def copytree(src, dst, symlinks=False, skip=[]): 
    4242    """Recursively copy a directory tree using copy2() (from shutil.copytree.) 
    4343