[Bf-blender-cvs] [bf-blender] SVN commit:[10714] * varname fix + all important test commit

jesterking at letwory.net jesterking at letwory.net
Mon May 14 18:18:52 CEST 2007


Revision: 10714
          https://svn.blender.org//revision/?rev=10714&view=rev
Author:   jesterking
Date:     2007-05-14 18:18:51 +0200 (Mon, 14 May 2007)

Log Message:
-----------
* varname fix + all important test commit

Modified Paths:
--------------
    branches/pynodes/SConstruct

Modified: branches/pynodes/SConstruct
===================================================================
--- branches/pynodes/SConstruct	2007-05-14 16:07:30 UTC (rev 10713)
+++ branches/pynodes/SConstruct	2007-05-14 16:18:51 UTC (rev 10714)
@@ -559,7 +559,7 @@
     if 'CVS' in tn:
         tn.remove('CVS')
     if '.svn' in dn:
-        dn.remove('.svn')
+        tn.remove('.svn')
     for f in tf:
         pluglist.append(tp+os.sep+f)
         plugtargetlist.append(env['BF_INSTALLDIR']+tp[7:]+os.sep+f)





More information about the Bf-blender-cvs mailing list