Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Tool / packaging / src_targz.py
index db512798d95c7558c60dc0ab30d3c77dd0f4efcf..62d6f5dc135470de84ee09f84eec1c5553edb3e3 100644 (file)
@@ -35,3 +35,9 @@ def package(env, target, source, PACKAGEROOT, **kw):
     bld.set_suffix('.tar.gz')
     target, source = putintopackageroot(target, source, env, PACKAGEROOT, honor_install_location=0)
     return bld(env, target, source, TARFLAGS='-zc')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: