summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/pdf.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Tool/pdf.py')
-rw-r--r--src/engine/SCons/Tool/pdf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/SCons/Tool/pdf.py b/src/engine/SCons/Tool/pdf.py
index d94db05..b98be58 100644
--- a/src/engine/SCons/Tool/pdf.py
+++ b/src/engine/SCons/Tool/pdf.py
@@ -70,3 +70,9 @@ def exists(env):
# This only puts a skeleton Builder in place, so if someone
# references this Tool directly, it's always "available."
return 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: