Update tex builder to handle the case where a \input{foo}
[scons.git] / test / spaces.py
index 957a46a2a1b00f87133b54928df9f7206da221bc..db1ae975194f65db0fb36d78d28b1615b01d39fe 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2001, 2002, 2003 Steven Knight
+# __COPYRIGHT__
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
@@ -61,3 +61,8 @@ test.run(arguments='foo.out')
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: