# HG changeset patch # User cat@eee # Date 1266528687 18000 # Node ID e84703583996147045cd7d8cf0fc5e8668f01bd8 # Parent cd25e114fbc1f0e1b205b19a210510922abc727e ha, new 0.6.0 diff -r cd25e114fbc1 -r e84703583996 docs/pycon2010/fileutil.py --- a/docs/pycon2010/fileutil.py Thu Feb 18 16:20:30 2010 -0500 +++ b/docs/pycon2010/fileutil.py Thu Feb 18 16:31:27 2010 -0500 @@ -2,7 +2,7 @@ import os.path for fullfilename in glob.glob('/home/cat/proj/cmd2/*.py'): - dirpath, fname) = os.path.split(fullfilename) + (dirpath, fname) = os.path.split(fullfilename) stats = os.stat(fullfilename) binds['path'] = dirpath binds['name'] = fname