Issue 2326, change execfile() to exec ... (FIXED)
[scons.git] / bench / timeit.py
index d5e33bb1909553a56ed42c7af5aecc7005fe6e56..cc087e1b144270f86bbc997898f9614d527ca5df 100644 (file)
@@ -295,3 +295,9 @@ def main(args=None):
 
 if __name__ == "__main__":
     sys.exit(main())
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: