Added deletion of unneeded objects at the end of RenameTargets.__init__()
1 parent 098459a commit c01e3abbbc8f27eb88d551268385460a4191eafa
@tundra tundra authored on 29 Jan 2010
Showing 1 changed file
View
6
tren.py
# Program Information
 
PROGNAME = "tren.py"
PROGENV = PROGNAME.split(".py")[0].upper()
RCSID = "$Id: tren.py,v 1.119 2010/01/29 18:32:04 tundra Exp $"
RCSID = "$Id: tren.py,v 1.120 2010/01/29 18:52:29 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
DebugMsg(ColumnPad([" ", " %s %s" % (itemarrow, view[item])]))
 
if DEBUG:
DumpRenameObj(self)
 
# Now get rid of the working dictionaries to free up their memory
 
del args, modes, inodes, devs, nlinks, uids, gids, atimes, ctimes, mtimes, sizes
 
# End of class 'RenameTargets'