[Checkins] SVN: z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/README.txt let the tests pass on unix (instead of windows)

Christian Zagrodnick cz at gocept.com
Fri May 15 06:38:35 EDT 2009


Log message for revision 99972:
  let the tests pass on unix (instead of windows)
  

Changed:
  U   z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/README.txt

-=-
Modified: z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/README.txt
===================================================================
--- z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/README.txt	2009-05-15 10:35:37 UTC (rev 99971)
+++ z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/README.txt	2009-05-15 10:38:35 UTC (rev 99972)
@@ -120,24 +120,18 @@
 After running buildout, the bin folder contains the different i18n script:
 
 >>> ls('bin')
--  buildout-script.py
--  buildout.exe
--  i18ncompile-script.py
--  i18ncompile.exe
--  i18nextract-script.py
--  i18nextract.exe
--  i18nmergeall-script.py
--  i18nmergeall.exe
--  i18nstats-script.py
--  i18nstats.exe
+-  buildout
+-  i18ncompile
+-  i18nextract
+-  i18nmergeall
+-  i18nstats
 
-
 i18nextract
 -----------
 
 The i18nextract.py contains the following code:
 
->>> cat('bin', 'i18nextract-script.py')
+>>> cat('bin', 'i18nextract')
 <BLANKLINE>
 import sys
 sys.path[0:0] = [
@@ -159,7 +153,7 @@
 
 The i18nmergeall.py contains the following code:
 
->>> cat('bin', 'i18nmergeall-script.py')
+>>> cat('bin', 'i18nmergeall')
 #!C:\Python24\python.exe
 <BLANKLINE>
 import sys
@@ -177,7 +171,7 @@
 
 The i18nstats.py contains the following code:
 
->>> cat('bin', 'i18nstats-script.py')
+>>> cat('bin', 'i18nstats')
 #!C:\Python24\python.exe
 <BLANKLINE>
 import sys
@@ -196,7 +190,7 @@
 
 The i18ncompile.py contains the following code:
 
->>> cat('bin', 'i18ncompile-script.py')
+>>> cat('bin', 'i18ncompile')
 #!C:\Python24\python.exe
 <BLANKLINE>
 import sys
@@ -253,24 +247,18 @@
 After running buildout, the bin folder contains the different i18n script:
 
 >>> ls('bin')
--  buildout-script.py
--  buildout.exe
--  i18ncompile-script.py
--  i18ncompile.exe
--  i18nextract-script.py
--  i18nextract.exe
--  i18nmergeall-script.py
--  i18nmergeall.exe
--  i18nstats-script.py
--  i18nstats.exe
+-  buildout
+-  i18ncompile
+-  i18nextract
+-  i18nmergeall
+-  i18nstats
 
-
 i18nextract
 -----------
 
 The i18nextract.py contains the following code:
 
->>> cat('bin', 'i18nextract-script.py')
+>>> cat('bin', 'i18nextract')
 <BLANKLINE>
 import sys
 sys.path[0:0] = [
@@ -293,7 +281,7 @@
 
 The i18nmergeall.py contains the following code:
 
->>> cat('bin', 'i18nmergeall-script.py')
+>>> cat('bin', 'i18nmergeall')
 #!C:\Python24\python.exe
 <BLANKLINE>
 import sys
@@ -311,7 +299,7 @@
 
 The i18nstats.py contains the following code:
 
->>> cat('bin', 'i18nstats-script.py')
+>>> cat('bin', 'i18nstats')
 #!C:\Python24\python.exe
 <BLANKLINE>
 import sys



More information about the Checkins mailing list