new pythoon

This commit is contained in:
Andrea Crotti 2012-03-12 21:06:46 +00:00
parent cae38420dd
commit 7988556997
3 changed files with 10 additions and 2 deletions

1
ensime-mode Symbolic link
View File

@ -0,0 +1 @@
scala-mode

7
python-mode/all Normal file
View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: all
# key: a
# --
__all__ = [
$0
]

View File

@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# name: metaclass
# key: meta
# key: mt
# --
__metaclass__ = $0
__metaclass__ = type