diff options
| author | Glenn Morris | 2010-11-12 19:34:36 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-12 19:34:36 -0800 |
| commit | f2d6ead63612fe3e2f948a7b08e32c822a1bac22 (patch) | |
| tree | edce6f21469f31097c4ab161232a7e009ed60839 /lisp/org/ob-python.el | |
| parent | 56f5a94eea43e8fab4c8a2b94d34b3329a53101f (diff) | |
| download | emacs-f2d6ead63612fe3e2f948a7b08e32c822a1bac22.tar.gz emacs-f2d6ead63612fe3e2f948a7b08e32c822a1bac22.zip | |
Standardize some file headers.
Diffstat (limited to 'lisp/org/ob-python.el')
| -rw-r--r-- | lisp/org/ob-python.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index 5aaa1059a47..22cb5337d7a 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el | |||
| @@ -1,8 +1,9 @@ | |||
| 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, 2010 Free Software Foundation | 3 | ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte, Dan Davison | 5 | ;; Author: Eric Schulte |
| 6 | ;; Dan Davison | ||
| 6 | ;; Keywords: literate programming, reproducible research | 7 | ;; Keywords: literate programming, reproducible research |
| 7 | ;; Homepage: http://orgmode.org | 8 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 7.3 | 9 | ;; Version: 7.3 |