]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-python.el
Merge from emacs-23.
[gnu-emacs] / lisp / org / ob-python.el
index 27b69bff5ab4dcf01bbf11f2a1c9f0153b1365e8..3bf7ce6ec50028ed9a0d2c6a4e7a20e72de1e5f9 100644 (file)
@@ -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