Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Tool / BitKeeper.py
index 2c2bfdda538f6a62987c28a0aa2db8b3cb81b449..004ffeb6d43c908218f7ea6025211fb5d9208e35 100644 (file)
@@ -34,8 +34,6 @@ selection method.
 
 __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 
-import os.path
-
 import SCons.Action
 import SCons.Builder
 import SCons.Util
@@ -59,3 +57,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('bk')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: