changeset 371:e84703583996

ha, new 0.6.0
author cat@eee
date Thu, 18 Feb 2010 16:31:27 -0500
parents cd25e114fbc1
children bf314710e64b
files docs/pycon2010/fileutil.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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