remove tab character
authorTom Henderson <tomh@tomh.org>
Tue, 27 Dec 2011 13:09:50 -0800
changeset 48 5cc5216a7a85
parent 47 a2dbb487c6bc
child 49 a87aaf87bba6
remove tab character
dist.py
--- a/dist.py	Tue Dec 27 13:08:20 2011 -0800
+++ b/dist.py	Tue Dec 27 13:09:50 2011 -0800
@@ -22,7 +22,7 @@
         while True:
             for i, dirname in enumerate(dirnames):
                 if os.path.islink (os.path.join(dirpath,dirname)):
-		    # Add, but do not follow, symbolic links
+                    # Add, but do not follow, symbolic links
                     srcpath = os.path.join(dirpath, dirname)
                     tgtpath = os.path.join(tgtdir, reldirpath, dirname)
                     tar.add(srcpath, tgtpath)