[Numpy-svn] r4693 - branches/build_with_scons/numpy/distutils

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Jan 6 09:18:06 EST 2008


Author: cdavid
Date: 2008-01-06 08:18:02 -0600 (Sun, 06 Jan 2008)
New Revision: 4693

Modified:
   branches/build_with_scons/numpy/distutils/misc_util.py
Log:
Import get_configres* functions from numscons

Modified: branches/build_with_scons/numpy/distutils/misc_util.py
===================================================================
--- branches/build_with_scons/numpy/distutils/misc_util.py	2008-01-06 14:14:23 UTC (rev 4692)
+++ branches/build_with_scons/numpy/distutils/misc_util.py	2008-01-06 14:18:02 UTC (rev 4693)
@@ -1213,6 +1213,7 @@
             self.add_extension('', sources = [])
 
     def add_configres(self):
+        from numscons import get_scons_configres_dir, get_scons_configres_filename
         file = os.path.join(get_scons_configres_dir(), self.local_path, 
                             get_scons_configres_filename())
 




More information about the Numpy-svn mailing list