diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-05-03 08:55:58 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-05-03 08:55:58 +0000 |
commit | 5161567a30f3a0d4abdbf58797c0e8842ba69e94 (patch) | |
tree | c3d4d5c8e52443cb44319b85e5b4d859403740c8 /app-emacs/python-mode/files | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-5161567a30f3a0d4abdbf58797c0e8842ba69e94.tar.gz gentoo-2-5161567a30f3a0d4abdbf58797c0e8842ba69e94.tar.bz2 gentoo-2-5161567a30f3a0d4abdbf58797c0e8842ba69e94.zip |
Do not hardcode python path. Thanks to dan <reddan@warpmail.net>; bug #88770.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emacs/python-mode/files')
-rw-r--r-- | app-emacs/python-mode/files/setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/python-mode/files/setup.py b/app-emacs/python-mode/files/setup.py new file mode 100644 index 000000000000..a08d125e3a25 --- /dev/null +++ b/app-emacs/python-mode/files/setup.py @@ -0,0 +1,3 @@ +from distutils.core import setup +setup(name="pycomplete", py_modules=["pycomplete"]) + |