summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-05-03 08:55:58 +0000
committerMamoru Komachi <usata@gentoo.org>2005-05-03 08:55:58 +0000
commit5161567a30f3a0d4abdbf58797c0e8842ba69e94 (patch)
treec3d4d5c8e52443cb44319b85e5b4d859403740c8 /app-emacs/python-mode/files
parentAdded to ~ppc (diff)
downloadgentoo-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.py3
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"])
+