comparison .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
comparison
equal deleted inserted replaced
173:fd92c15701ae 174:014e745b2d04
18 it's a start. Perhaps someone with more Emacs mojo can take this stuff and 18 it's a start. Perhaps someone with more Emacs mojo can take this stuff and
19 do it right. 19 do it right.
20 20
21 See pycomplete.el for the Emacs Lisp side of things. 21 See pycomplete.el for the Emacs Lisp side of things.
22 """ 22 """
23
24 # Author: Skip Montanaro
25 # Maintainer: skip@pobox.com
26 # Created: Oct 2004
27 # Keywords: python pymacs emacs
28
29 # This software is provided as-is, without express or implied warranty.
30 # Permission to use, copy, modify, distribute or sell this software, without
31 # fee, for any purpose and by any individual or organization, is hereby
32 # granted, provided that the above copyright notice and this paragraph
33 # appear in all copies.
34
35 # Along with pycomplete.el this file allows programmers to complete Python
36 # symbols within the current buffer.
23 37
24 import sys 38 import sys
25 import os.path 39 import os.path
26 40
27 try: 41 try: