def __init__(self, listonly=0):                     # replace oldsite refs
     FileVisitor.__init__(self, listonly=listonly)   # in all web text files
     self.changed, self.warning = [], []             # need diff lists here
Beispiel #2
0
 def __init__(self, listonly=0):  # replace oldsite refs
     FileVisitor.__init__(self, listonly=listonly)  # in all web text files
     self.changed, self.warning = [], []  # need diff lists here
Beispiel #3
0
 def __init__(self, listonly=0):    
     FileVisitor.__init__(self, listonly=listonly) 
 def __init__(self, fromDir, toDir):
     self.fromDirLen = len(fromDir) + 1
     self.toDir = toDir
     FileVisitor.__init__(self)
 def __init__(self, fromDir, toDir):
     self.fromDirLen = len(fromDir) + 1
     self.toDir      = toDir
     FileVisitor.__init__(self)