[Numpy-svn] r4547 - branches/numpy.scons/numpy/distutils/scons/checkers

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Dec 4 06:41:43 EST 2007


Author: cdavid
Date: 2007-12-04 05:41:38 -0600 (Tue, 04 Dec 2007)
New Revision: 4547

Modified:
   branches/numpy.scons/numpy/distutils/scons/checkers/perflib.py
Log:
Importing missing join function

Modified: branches/numpy.scons/numpy/distutils/scons/checkers/perflib.py
===================================================================
--- branches/numpy.scons/numpy/distutils/scons/checkers/perflib.py	2007-12-04 11:01:23 UTC (rev 4546)
+++ branches/numpy.scons/numpy/distutils/scons/checkers/perflib.py	2007-12-04 11:41:38 UTC (rev 4547)
@@ -9,6 +9,7 @@
 # such as BLAS, CBLAS, LAPACK checkers.
 import re
 from copy import deepcopy
+from os.path import join as pjoin
 
 from numpy.distutils.scons.core.libinfo import get_config_from_section, get_config
 from numpy.distutils.scons.testcode_snippets import cblas_sgemm as cblas_src, \




More information about the Numpy-svn mailing list