summaryrefslogtreecommitdiffstats
path: root/QMTest/TestSConsMSVS.py
diff options
context:
space:
mode:
Diffstat (limited to 'QMTest/TestSConsMSVS.py')
-rw-r--r--QMTest/TestSConsMSVS.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/QMTest/TestSConsMSVS.py b/QMTest/TestSConsMSVS.py
index 7d9e9a0..0408b67 100644
--- a/QMTest/TestSConsMSVS.py
+++ b/QMTest/TestSConsMSVS.py
@@ -661,3 +661,9 @@ print "self._msvs_versions =", str(env['MSVS']['VERSIONS'])
if os.path.exists(p):
return p
return apply(os.path.join, [vs_path] + sub_paths[version][0])
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: