summaryrefslogtreecommitdiff
path: root/test/Scanner
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2014-08-23 16:28:44 -0400
committerGary Oberbrunner <garyo@oberbrunner.com>2014-08-23 16:28:44 -0400
commit7232e98a96593ff4c89b001bf63bab6328181a3c (patch)
tree0193d9406107790a66098254869e4b070aa6cacc /test/Scanner
parent870051cadd1c32f41bc3d52feb741201919a11ac (diff)
parent011b491df5f7b11f4f390bcf7fbb464c9c525e43 (diff)
downloadscons-7232e98a96593ff4c89b001bf63bab6328181a3c.tar.gz
Merged default branch into python3-port to keep it up to date.
Hand-updated a few things to keep them python3-safe, and handled several merge conflicts.
Diffstat (limited to 'test/Scanner')
-rw-r--r--test/Scanner/Dir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Scanner/Dir.py b/test/Scanner/Dir.py
index 120e08ff..86b80e9f 100644
--- a/test/Scanner/Dir.py
+++ b/test/Scanner/Dir.py
@@ -27,7 +27,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
"""
Verify that a simple scanner that returns Dir nodes works correctly.
-Submitted as tigris.org issue #2534.
+Submitted as http://scons.tigris.org/issues/show_bug.cgi?id=2534
"""
import TestSCons