Mercurial > dotfiles
diff .elisp/pycomplete.py @ 174:014e745b2d04
python-mode: updating to current bzr version
This is bzr revision 351, which is revision-id: barry@python.org-20090320013721-awwzwv1mfl7hicdf
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 16 Dec 2009 22:57:36 -0600 |
parents | b5d75594b356 |
children |
line wrap: on
line diff
--- a/.elisp/pycomplete.py +++ b/.elisp/pycomplete.py @@ -21,6 +21,20 @@ do it right. See pycomplete.el for the Emacs Lisp side of things. """ +# Author: Skip Montanaro +# Maintainer: skip@pobox.com +# Created: Oct 2004 +# Keywords: python pymacs emacs + +# This software is provided as-is, without express or implied warranty. +# Permission to use, copy, modify, distribute or sell this software, without +# fee, for any purpose and by any individual or organization, is hereby +# granted, provided that the above copyright notice and this paragraph +# appear in all copies. + +# Along with pycomplete.el this file allows programmers to complete Python +# symbols within the current buffer. + import sys import os.path