From 504d4ad8bd27910ea7ea47692cbee09326ba985e Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sat, 14 Oct 2006 10:13:14 +0200 Subject: [PATCH] add magic emacs incantation for python --- SConstruct | 1 + build.py | 1 + utils/grid.py | 1 + 3 files changed, 3 insertions(+) diff --git a/SConstruct b/SConstruct index df1dd3e0f..34e549037 100644 --- a/SConstruct +++ b/SConstruct @@ -1,3 +1,4 @@ +## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- import os.path import build diff --git a/build.py b/build.py index 19aeefb27..33c4a406c 100644 --- a/build.py +++ b/build.py @@ -1,3 +1,4 @@ +## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # Copyright (c) 2006 INRIA # All rights reserved. # diff --git a/utils/grid.py b/utils/grid.py index df523dee6..df83d80e6 100755 --- a/utils/grid.py +++ b/utils/grid.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- import cairo import sys