add magic emacs incantation for python

Mathieu Lacage 2006-10-14 10:13:14 +02:00
parent 9e4cfc42bf
commit 504d4ad8bd
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
import os.path
import build

View File

@ -1,3 +1,4 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
# Copyright (c) 2006 INRIA
# All rights reserved.
#

View File

@ -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