Index: third_party/scons/scons-local/SCons/Variables/ListVariable.py |
=================================================================== |
--- third_party/scons/scons-local/SCons/Variables/ListVariable.py (revision 7505) |
+++ third_party/scons/scons-local/SCons/Variables/ListVariable.py (working copy) |
@@ -47,7 +47,7 @@ |
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
# |
-__revision__ = "src/engine/SCons/Variables/ListVariable.py 3603 2008/10/10 05:46:45 scons" |
+__revision__ = "src/engine/SCons/Variables/ListVariable.py 3842 2008/12/20 22:59:52 scons" |
# Know Bug: This should behave like a Set-Type, but does not really, |
# since elements can occur twice. |