[xiph-commits] r15470 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Thu Oct 30 10:31:58 PDT 2008


Author: giles
Date: 2008-10-30 10:31:57 -0700 (Thu, 30 Oct 2008)
New Revision: 15470

Modified:
   trunk/theora/SConstruct
Log:
Scons build source formatting cleanup (minor).

Move an import statement to right before it's needed.


Modified: trunk/theora/SConstruct
===================================================================
--- trunk/theora/SConstruct	2008-10-30 12:49:42 UTC (rev 15469)
+++ trunk/theora/SConstruct	2008-10-30 17:31:57 UTC (rev 15470)
@@ -1,6 +1,5 @@
 # SCons build specification
 # see http://www.scons.org if you do not have this tool
-from os.path import join
 import SCons
 
 ## primary source lists
@@ -180,6 +179,7 @@
 ## Search paths
 
 # TODO: should use lamda and map to work on python 1.5
+from os.path import join
 def path(prefix, list): return [join(prefix, x) for x in list]
 
 env.Append(CPPPATH=['include'])



More information about the commits mailing list