diff options
Diffstat (limited to 'lisp/org/ob-python.el')
-rw-r--r-- | lisp/org/ob-python.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index 27b69bff5ab..3bf7ce6ec50 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el @@ -1,6 +1,6 @@ ;;; ob-python.el --- org-babel functions for python evaluation -;; Copyright (C) 2009, 2010 Free Software Foundation +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation ;; Author: Eric Schulte, Dan Davison ;; Keywords: literate programming, reproducible research @@ -277,6 +277,5 @@ last statement in BODY, as elisp." (provide 'ob-python) -;; arch-tag: f19b6c3d-dfcb-4a1a-9ce0-45ade1ebc212 ;;; ob-python.el ends here |