summaryrefslogtreecommitdiffstats
path: root/QMTest/TestSConsign.py
diff options
context:
space:
mode:
Diffstat (limited to 'QMTest/TestSConsign.py')
-rw-r--r--QMTest/TestSConsign.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/QMTest/TestSConsign.py b/QMTest/TestSConsign.py
index fd8ef30..29d8b2c 100644
--- a/QMTest/TestSConsign.py
+++ b/QMTest/TestSConsign.py
@@ -82,3 +82,9 @@ class TestSConsign(TestSCons):
def run_sconsign(self, *args, **kw):
kw.update(self.my_kw)
return apply(self.run, args, kw)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: