apply python changes
authorTom Henderson <tomh@tomh.org>
Sat, 14 Oct 2006 16:43:21 -0700
changeset 127 69f64284b9b5
parent 126 2bd1d886a97d (current diff)
parent 124 c0d0f7bebb73 (diff)
child 128 b48c310f4e24
apply python changes
--- a/SConstruct	Fri Oct 13 13:07:45 2006 -0700
+++ b/SConstruct	Sat Oct 14 16:43:21 2006 -0700
@@ -1,3 +1,4 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
 import os.path
 import build
 
--- a/build.py	Fri Oct 13 13:07:45 2006 -0700
+++ b/build.py	Sat Oct 14 16:43:21 2006 -0700
@@ -1,3 +1,4 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
 # Copyright (c) 2006 INRIA
 # All rights reserved.
 #
--- a/utils/grid.py	Fri Oct 13 13:07:45 2006 -0700
+++ b/utils/grid.py	Sat Oct 14 16:43:21 2006 -0700
@@ -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