Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-emotion


Modified Files:
        setup.py 


Log Message:
Reorder include paths to avoid using old ones installed on the system.

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-emotion/setup.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- setup.py    1 Oct 2007 04:38:41 -0000       1.7
+++ setup.py    4 Oct 2007 19:21:33 -0000       1.8
@@ -5,7 +5,6 @@
 use_setuptools('0.6c3')
 
 from setuptools import setup, find_packages, Extension
-from distutils.sysconfig import get_python_inc
 import commands
 
 from Cython.Distutils import build_ext
@@ -62,7 +61,7 @@
 class emotion_build_ext(build_ext):
     def finalize_options(self):
         build_ext.finalize_options(self)
-        self.include_dirs.extend(['include', get_python_inc()])
+        self.include_dirs.insert(0, 'include')
 
 
 setup(name='python-emotion',



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to