aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-python.el
diff options
context:
space:
mode:
authorJoakim Verona2012-01-09 11:26:23 +0100
committerJoakim Verona2012-01-09 11:26:23 +0100
commite4f761f1e3df7fbc7793c73c5d808b8da0b3a700 (patch)
tree4bdf869626ac37c6a5a1fd5764a9c8481136d805 /lisp/org/ob-python.el
parent2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (diff)
parent7655cb66d86564e792b825f1a0e1a4de7d6e6db5 (diff)
downloademacs-e4f761f1e3df7fbc7793c73c5d808b8da0b3a700.tar.gz
emacs-e4f761f1e3df7fbc7793c73c5d808b8da0b3a700.zip
upstream
Diffstat (limited to 'lisp/org/ob-python.el')
-rw-r--r--lisp/org/ob-python.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el
index 5234d83ecee..5e7a2f0e6b5 100644
--- a/lisp/org/ob-python.el
+++ b/lisp/org/ob-python.el
@@ -1,12 +1,11 @@
1;;; ob-python.el --- org-babel functions for python evaluation 1;;; ob-python.el --- org-babel functions for python evaluation
2 2
3;; Copyright (C) 2009-2011 Free Software Foundation 3;; Copyright (C) 2009-2012 Free Software Foundation, Inc.
4 4
5;; Author: Eric Schulte 5;; Author: Eric Schulte
6;; Dan Davison 6;; Dan Davison
7;; Keywords: literate programming, reproducible research 7;; Keywords: literate programming, reproducible research
8;; Homepage: http://orgmode.org 8;; Homepage: http://orgmode.org
9;; Version: 7.7
10 9
11;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
12 11